Advertisement
Guest User

WP 2-click-socialmedia-buttons (0.27.1) IE fixes

a guest
Feb 15th, 2012
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 1.03 KB | None | 0 0
  1. === modified file 'wp-content/plugins/2-click-socialmedia-buttons/2-click-socialmedia-buttons.php'
  2. --- wp-content/plugins/2-click-socialmedia-buttons/2-click-socialmedia-buttons.php  2012-02-14 14:23:23 +0000
  3. +++ wp-content/plugins/2-click-socialmedia-buttons/2-click-socialmedia-buttons.php  2012-02-15 16:04:31 +0000
  4. @@ -956,7 +956,7 @@
  5.                                 ' . $var_sInfotextFacebook . '
  6.                                 \'perma_option\'    : \'' . $var_sShowFacebookPerm . '\',
  7.                                 \'action\'          : \'' . twoclick_buttons_get_option('twoclick_buttons_facebook_action') . '\',
  8. -                               \'language\'        : \'' . get_locale() . '\',
  9. +                               \'language\'        : \'' . get_locale() . '\'
  10.                             },
  11.                             twitter : {
  12.                                 \'reply_to\'        : \'' . twoclick_buttons_get_option('twoclick_buttons_twitter_reply') . '\',
  13. @@ -995,7 +995,7 @@
  14.                         ' . $var_sInfotextPermaoption . '
  15.                         ' . $var_sInfolink . '
  16.                         \'css_path\'        : \'' . $var_sCss . '\',
  17. -                       \'uri\'             : \'' . $var_sPermalink . '\',
  18. +                       \'uri\'             : \'' . $var_sPermalink . '\'
  19.                     });
  20.                 }
  21.             });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement