[Bb-trac] Re: [bbPress] #683: Auto-Close Markup Tags

bbPress bb-trac at lists.bbpress.org
Sat Jul 7 19:21:59 GMT 2007


#683: Auto-Close Markup Tags
-------------------------+--------------------------------------------------
 Reporter:  Trent        |        Owner:     
     Type:  enhancement  |       Status:  new
 Priority:  normal       |    Milestone:     
Component:  Back-end     |      Version:     
 Severity:  normal       |   Resolution:     
 Keywords:               |  
-------------------------+--------------------------------------------------
Comment (by _ck_):

 I discovered the use_balanceTags flag is not in BBpress, removed from WP.

 Here's a workaround until it's fixed:

 {{{
 function force_balance_tags($text) { return balanceTags($text, true);}
 add_filter('pre_post', 'force_balance_tags');
 }}}

 I was trying to use `$bb->use_balanceTags=true` but it wouldn't work
 because the option is not looked for in BBpress vs WP

-- 
Ticket URL: <http://trac.bbpress.org/ticket/683#comment:2>
bbPress <http://bbpress.org/>
Innovative forum development


More information about the Bb-trac mailing list