Plugin Directory

Changeset 524341


Ignore:
Timestamp:
03/27/2012 04:39:44 PM (14 years ago)
Author:
riyaznet
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • getsocial/trunk/getsocial.php

    r523912 r524341  
    672672                if (get_option('getsocial_facebook') != "hide") {
    673673                    $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";
    676676                    $html = '<div class="sharebutton">'
    677677                            .'<div id="fb-root"></div>'
Note: See TracChangeset for help on using the changeset viewer.