Changeset 1113

Show
Ignore:
Timestamp:
05/21/08 19:34:45 (6 months ago)
Author:
so1o
Message:

changed the filter for topic last poster

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • bb-anonymous-posting/trunk/bb-anonymous-posting.php

    r1112 r1113  
    55Description: Allows anonymous users to add posts and topics 
    66Author: Aditya Naik 
    7 Version: 2.3 
     7Version: 2.3.1 
    88Author URI: http://www.adityanaik.com/ 
    99*/ 
     
    130130 
    131131// this fixes the display names for topic last poster or topic author 
    132 add_filter('topic_last_poster','bb_anon_filter_poster'); 
     132add_filter('get_topic_last_poster','bb_anon_filter_poster'); 
    133133add_filter('get_topic_author','bb_anon_filter_poster'); 
    134134add_filter('post_author', 'bb_anon_filter_poster');