diff --git a/plugin.php b/plugin.php index 92f9911..99cddf9 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' );