[wp-trac] Re: [WordPress Trac] #10007: category_description() add <p> element

WordPress Trac wp-trac at lists.automattic.com
Tue Jun 2 17:53:39 GMT 2009


#10007: category_description() add <p> element
----------------------------------------+-----------------------------------
 Reporter:  alysko                      |        Owner:  dd32   
     Type:  defect (bug)                |       Status:  closed 
 Priority:  normal                      |    Milestone:         
Component:  HTTP                        |      Version:  2.8    
 Severity:  trivial                     |   Resolution:  wontfix
 Keywords:  category_description,css,p  |  
----------------------------------------+-----------------------------------
Changes (by Denis-de-Bernardy):

  * status:  new => closed
  * resolution:  => wontfix
  * milestone:  2.8 =>


Comment:

 Formatting is as such:

 {{{
 $filters = array('term_description');
 foreach ( $filters as $filter ) {
         add_filter($filter, 'wptexturize');
         add_filter($filter, 'convert_chars');
         add_filter($filter, 'wpautop');
 }
 }}}

 Please update codex and/or wrap in a div.

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/10007#comment:2>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list