Changeset 1113
- Timestamp:
- 05/21/08 19:34:45 (6 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
bb-anonymous-posting/trunk/bb-anonymous-posting.php
r1112 r1113 5 5 Description: Allows anonymous users to add posts and topics 6 6 Author: Aditya Naik 7 Version: 2.3 7 Version: 2.3.1 8 8 Author URI: http://www.adityanaik.com/ 9 9 */ … … 130 130 131 131 // this fixes the display names for topic last poster or topic author 132 add_filter(' topic_last_poster','bb_anon_filter_poster');132 add_filter('get_topic_last_poster','bb_anon_filter_poster'); 133 133 add_filter('get_topic_author','bb_anon_filter_poster'); 134 134 add_filter('post_author', 'bb_anon_filter_poster');
