Changeset 368049
- Timestamp:
- 04/02/2011 12:06:39 AM (15 years ago)
- Location:
- wp-tweet-button/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
wp-tweet-button.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-tweet-button/trunk/readme.txt
r366382 r368049 130 130 == Changelog == 131 131 132 = 2.0.8 = 133 * Contains Bugfix related to stuck shorturls after previewing post. 134 132 135 = 2.0.7 = 133 136 * Added option to use author configured twitter account as recommended user. -
wp-tweet-button/trunk/wp-tweet-button.php
r366018 r368049 2 2 /* 3 3 Plugin Name: WP Tweet Button 4 Version: 2.0. 74 Version: 2.0.8 5 5 Plugin URI: http://0xtc.com/plugins/wp-tweet-button 6 6 Description: The WordPress implementation of the official Twitter Tweet Button. … … 985 985 $perms = $this->tw_get_long_url(true); 986 986 if ($perms == false) return false; 987 if (strstr($_SERVER['REQUEST_URI'],'&preview=true')) return $perms; 987 988 if (strstr($perms,'https://') && $this->tw_get_option('tw_no_https_shortlinks')=='1') return $perms; 988 989 if (strstr($perms,'preview=true')) return $perms;
Note: See TracChangeset
for help on using the changeset viewer.