Changeset 498192
- Timestamp:
- 01/31/2012 10:04:42 PM (14 years ago)
- Location:
- share-and-follow/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (3 diffs)
-
share-and-follow.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
share-and-follow/trunk/readme.txt
r497044 r498192 6 6 Requires at least: 3.2 7 7 Tested up to: 3.3.1 8 Stable tag: 1.60. 48 Stable tag: 1.60.5 9 9 10 10 Add Share Icons, Follow Links, Facebook Like, Twitter Tweet and other buttons on your site in the way you want. Simple & adaptable social networking. … … 298 298 == Changelog == 299 299 300 301 = 1.60.5 = 302 303 fixed google+ button. 304 300 305 = 1.60.3 = 301 306 … … 833 838 == Upgrade Notice == 834 839 840 = 1.60.5 = 841 842 fixed google+ button. 835 843 836 844 = 1.60.3 = -
share-and-follow/trunk/share-and-follow.php
r497044 r498192 3 3 Plugin Name: Share and Follow 4 4 Plugin URI: http://share-and-follow.com/wordpress-plugin/ 5 Version: 1.60. 45 Version: 1.60.5 6 6 Author: Andy Killen 7 7 Author URI: http://phat-reaction.com … … 603 603 604 604 function doGooglePlusButton($postid, $url = '', $style = '', $size = ''){ 605 if ($url==''){$url = urlencode(get_permalink($postid));}605 if ($url==''){$url = get_permalink($postid);} 606 606 if ($style==''){$style=$this->_options['googleplus_style'];} 607 607 if ($size==''){$size=$this->_options['googleplus_size'];}
Note: See TracChangeset
for help on using the changeset viewer.