[wp-trac] Re: [WordPress Trac] #4601: Add extra formatting parameters to wp_list_categories

WordPress Trac wp-trac at lists.automattic.com
Sat Mar 1 23:01:21 GMT 2008


#4601: Add extra formatting parameters to wp_list_categories
-------------------------+--------------------------------------------------
 Reporter:  Otto42       |        Owner:  thee17  
     Type:  enhancement  |       Status:  assigned
 Priority:  low          |    Milestone:  2.5     
Component:  Template     |      Version:  2.2.1   
 Severity:  normal       |   Resolution:          
 Keywords:               |  
-------------------------+--------------------------------------------------
Comment (by thee17):

 If I could just figure out how to work around the li and ul problem like
 bookmarks does it then $style could be sent to pasture.

 Line 289
 {{{
 $output = '';
         if ( $title_li && 'list' == $style )
                         $output = '<li class="categories">' .
 $r['title_li'] . '<ul>';

 }}}


 Line 314
 {{{
         if ( $title_li && 'list' == $style )
                 $output .= '</ul></li>';
 }}}

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


More information about the wp-trac mailing list