diff --git a/images/bestofmanhattan-button.png b/images/bestofmanhattan-button.png index 344e75c..88315c7 100644 Binary files a/images/bestofmanhattan-button.png and b/images/bestofmanhattan-button.png differ diff --git a/plugin.php b/plugin.php index 99cddf9..d7a4e01 100644 --- a/plugin.php +++ b/plugin.php @@ -93,7 +93,7 @@ function channel8newsbutton_func( $atts, $content = null ){ //[bestofmanhattanbutton] function bestofmanhattanbutton_func( $atts, $content = null ){ - return "Best of Manhattan"; + return "Best of Manhattan"; } add_shortcode( 'bestofmanhattanbutton', 'bestofmanhattanbutton_func' );