Changeset 192985
- Timestamp:
- 01/12/2010 01:42:07 AM (16 years ago)
- Location:
- twitoaster/trunk
- Files:
-
- 3 edited
-
readme.txt (modified) (2 diffs)
-
twitoaster-post-replies.php (modified) (1 diff)
-
twitoaster.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
twitoaster/trunk/readme.txt
r192084 r192985 5 5 Requires at least: 2.2 6 6 Tested up to: 2.9.1 7 Stable tag: 1.3. 07 Stable tag: 1.3.1 8 8 9 9 Automatically retrieve Twitter Replies and Retweets to your Blog's Posts. These Twitter mentions are handled like Posts Comments. Also bring Twitter Statistics. … … 45 45 46 46 == Changelog == 47 48 = 1.3.1 = 49 * Fix: Twitter avatars for WP 2.9 47 50 48 51 = 1.3.0 = -
twitoaster/trunk/twitoaster-post-replies.php
r192084 r192985 173 173 174 174 function twitoaster_post_replies_comment_avatar($avatar, $comment = false, $size = '32', $default = '', $alt = false) { 175 if ($comment == '[email protected]') { global $comment; } 175 176 if ($twitoaster_meta_comment = twitoaster_post_replies_comment_meta($comment)) { 176 177 $twitter_avatar_url = ($size > 48) ? str_replace('_normal.', '_bigger.', $twitoaster_meta_comment['avatar']) : $twitoaster_meta_comment['avatar']; -
twitoaster/trunk/twitoaster.php
r192084 r192985 5 5 Plugin URI: http://twitoaster.com/wordpress-plugin/ 6 6 Description: Automatically retrieve Twitter Replies and Retweets to your Blog's Posts. These Twitter mentions are handled like Posts Comments. Also bring Twitter Statistics. 7 Version: 1.3. 07 Version: 1.3.1 8 8 Author: Twitoaster 9 9 Author URI: http://twitoaster.com/ … … 40 40 $currentoptions = array(); 41 41 42 $currentoptions['install_version'] = '1.3. 0';42 $currentoptions['install_version'] = '1.3.1'; 43 43 if (empty($options['install_time'])) { $currentoptions['install_time'] = current_time('timestamp', true); } 44 44 else { $currentoptions['install_time'] = $options['install_time']; }
Note: See TracChangeset
for help on using the changeset viewer.