• Thanks for the plugin!

    There is a small bug with size=medium. The following code:

    else if ( $plus_one_options['plus_one_size'] == '2' )
                    $plus_one_button .= ' size="medium>';

    Should read (greater than replaced with double quote):

    else if ( $plus_one_options['plus_one_size'] == '2' )
                    $plus_one_button .= ' size="medium"';

    http://wordpress.org/extend/plugins/plus-one/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Plus One] Small bug with size=medium’ is closed to new replies.