Changeset 965
- Timestamp:
- 04/07/08 04:10:31 (8 months ago)
- Files:
-
- bbpress-signatures/trunk/bb-signatures.php (modified) (2 diffs)
- bbpress-signatures/trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
bbpress-signatures/trunk/bb-signatures.php
r957 r965 4 4 Plugin URI: http://bbpress.org/plugins/topic/63 5 5 Description: allows users to add signatures to their forum posts, including an optional per-post toggle 6 Version: 0.1. 76 Version: 0.1.8 7 7 Author: _ck_ 8 8 Author URI: http://bbshowcase.org … … 86 86 return $text; 87 87 } 88 add_filter('post_text','add_signature_to_post', 9);88 add_filter('post_text','add_signature_to_post',5); 89 89 90 90 function add_signature_to_profile_edit() { bbpress-signatures/trunk/readme.txt
r957 r965 45 45 46 46 * bug workaround for is_topic() failure to maintain signature toggle during edits 47 48 = Version 0.1.8 (2008-04-06) = 49 50 * boost plugin priority to 5 so signatures are inserted before bbcode-lite runs (allowing bbcode in signatures)
