Changeset 965

Show
Ignore:
Timestamp:
04/07/08 04:10:31 (8 months ago)
Author:
_ck_
Message:

0.1.8 minor tweak to allow bbcode in signatures by changing plugin priority

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • bbpress-signatures/trunk/bb-signatures.php

    r957 r965  
    44Plugin URI:  http://bbpress.org/plugins/topic/63 
    55Description:  allows users to add signatures to their forum posts, including an optional per-post toggle 
    6 Version: 0.1.7 
     6Version: 0.1.8 
    77Author: _ck_ 
    88Author URI: http://bbshowcase.org 
     
    8686return $text; 
    8787} 
    88 add_filter('post_text','add_signature_to_post',9); 
     88add_filter('post_text','add_signature_to_post',5); 
    8989 
    9090function add_signature_to_profile_edit() { 
  • bbpress-signatures/trunk/readme.txt

    r957 r965  
    4545 
    4646*       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)