Plugin Directory

Changeset 192985


Ignore:
Timestamp:
01/12/2010 01:42:07 AM (16 years ago)
Author:
Twitoaster
Message:

Updating to v 1.3.1

Location:
twitoaster/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • twitoaster/trunk/readme.txt

    r192084 r192985  
    55Requires at least: 2.2
    66Tested up to: 2.9.1
    7 Stable tag: 1.3.0
     7Stable tag: 1.3.1
    88
    99Automatically retrieve Twitter Replies and Retweets to your Blog's Posts. These Twitter mentions are handled like Posts Comments. Also bring Twitter Statistics.
     
    4545
    4646== Changelog ==
     47
     48= 1.3.1 =
     49* Fix: Twitter avatars for WP 2.9
    4750
    4851= 1.3.0 =
  • twitoaster/trunk/twitoaster-post-replies.php

    r192084 r192985  
    173173
    174174    function twitoaster_post_replies_comment_avatar($avatar, $comment = false, $size = '32', $default = '', $alt = false) {
     175        if ($comment == '[email protected]') { global $comment; }
    175176        if ($twitoaster_meta_comment = twitoaster_post_replies_comment_meta($comment)) {
    176177            $twitter_avatar_url = ($size > 48) ? str_replace('_normal.', '_bigger.', $twitoaster_meta_comment['avatar']) : $twitoaster_meta_comment['avatar'];
  • twitoaster/trunk/twitoaster.php

    r192084 r192985  
    55Plugin URI: http://twitoaster.com/wordpress-plugin/
    66Description: 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.0
     7Version: 1.3.1
    88Author: Twitoaster
    99Author URI: http://twitoaster.com/
     
    4040        $currentoptions = array();
    4141
    42         $currentoptions['install_version'] = '1.3.0';
     42        $currentoptions['install_version'] = '1.3.1';
    4343        if (empty($options['install_time'])) { $currentoptions['install_time'] = current_time('timestamp', true); }
    4444        else { $currentoptions['install_time'] = $options['install_time']; }
Note: See TracChangeset for help on using the changeset viewer.