Skip to content

Commit

Permalink
Finish release 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pkmnct committed Oct 6, 2017
1 parent 5764e50 commit 9d676c9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified images/bestofmanhattan-button.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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: 42px;margin-bottom: -19px;' alt='Best of Manhattan' title='Best of Manhattan: Purple Apple Awards'>";
}
add_shortcode( 'bestofmanhattanbutton', 'bestofmanhattanbutton_func' );

Expand Down

0 comments on commit 9d676c9

Please sign in to comment.