Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
pkmnct committed Oct 5, 2017
1 parent 65f6698 commit 5764e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ function channel8newsbutton_func( $atts, $content = null ){

//[bestofmanhattanbutton]
function bestofmanhattanbutton_func( $atts, $content = null ){
return "<img id="bestofmanhattanbutton" src='" . plugins_url( 'images/bestofmanhattan-button.png', __FILE__ ) . "' style='max-height: 28px;margin-top: 10px;margin-bottom: -10px;' alt='Best of Manhattan' title='Best of Manhattan: Purple Apple Awards'>";
return "<img id='bestofmanhattanbutton' src='" . plugins_url( 'images/bestofmanhattan-button.png', __FILE__ ) . "' style='max-height: 28px;margin-top: 10px;margin-bottom: -10px;' alt='Best of Manhattan' title='Best of Manhattan: Purple Apple Awards'>";
}
add_shortcode( 'bestofmanhattanbutton', 'bestofmanhattanbutton_func' );

Expand Down

0 comments on commit 5764e50

Please sign in to comment.