Changeset 478918
- Timestamp:
- 12/21/2011 10:34:47 PM (14 years ago)
- Location:
- wp-tweet-button/trunk
- Files:
-
- 6 edited
-
inc/settings.inc.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
tweeth.png (modified) (previous)
-
tweetn.png (modified) (previous)
-
tweetv.png (modified) (previous)
-
wp-tweet-button.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-tweet-button/trunk/inc/settings.inc.php
r446909 r478918 33 33 ) 34 34 ); 35 $google_auth_url = 'https://www.google.com/accounts/AuthSubRequest' . '?' . $gsparams; 35 36 ?><input type="button" class="button" value="Authorize goo.gl tracking" onclick="window.location = '<?php echo $google_auth_url;?>';"/><br /><?php 36 $google_auth_url = 'https://www.google.com/accounts/AuthSubRequest' . '?' . $gsparams;37 37 } 38 38 } -
wp-tweet-button/trunk/readme.txt
r446909 r478918 133 133 * Added SSL support. 134 134 135 = 2.1.3 = 136 * Fixed Google Tracking link. 137 * Updated preview images. 138 135 139 = 2.1.1 = 136 140 * Added option for blogs experiencing character encoding issues. -
wp-tweet-button/trunk/wp-tweet-button.php
r446909 r478918 2 2 /* 3 3 Plugin Name: WP Tweet Button 4 Version: 2.1. 24 Version: 2.1.3 5 5 Plugin URI: http://0xtc.com/plugins/wp-tweet-button 6 6 Description: The WordPress implementation of the official Twitter Tweet Button.
Note: See TracChangeset
for help on using the changeset viewer.