Changeset 524341
- Timestamp:
- 03/27/2012 04:39:44 PM (14 years ago)
- File:
-
- 1 edited
-
getsocial/trunk/getsocial.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
getsocial/trunk/getsocial.php
r523912 r524341 672 672 if (get_option('getsocial_facebook') != "hide") { 673 673 $bar_width = get_option('getsocial_bar_width', 73) - 10; 674 $fb_send = false;675 if (get_option('getsocial_facebook') == "box_count_send") $fb_send = true;674 $fb_send = "false"; 675 if (get_option('getsocial_facebook') == "box_count_send") $fb_send = "true"; 676 676 $html = '<div class="sharebutton">' 677 677 .'<div id="fb-root"></div>'
Note: See TracChangeset
for help on using the changeset viewer.