Plugin Directory

Changeset 401807


Ignore:
Timestamp:
06/27/2011 06:59:42 PM (15 years ago)
Author:
katz515
Message:

Adding 1.0.1 to fix the bug

Location:
twitcasting-status
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • twitcasting-status/tags/1.0.1/twitcastingstatus.php

    r401803 r401807  
    8585        echo $before_widget;
    8686        if ( $account )
    87         echo $before_title . _e('Twitcasting Status') . $after_title;
     87        echo $before_title . 'Twitcasting Status' . $after_title;
    8888        // ==============================
    8989        // Twitcasting Status starts here
  • twitcasting-status/trunk/twitcastingstatus.php

    r401803 r401807  
    8585        echo $before_widget;
    8686        if ( $account )
    87         echo $before_title . _e('Twitcasting Status') . $after_title;
     87        echo $before_title . 'Twitcasting Status' . $after_title;
    8888        // ==============================
    8989        // Twitcasting Status starts here
Note: See TracChangeset for help on using the changeset viewer.