[wp-trac] Re: [WordPress Trac] #4169: Bring widgets into WordPress core

WordPress Trac wp-trac at lists.automattic.com
Wed Apr 25 17:38:55 GMT 2007


#4169: Bring widgets into WordPress core
-----------------------------+----------------------------------------------
 Reporter:  rob1n            |        Owner:  rob1n   
     Type:  task             |       Status:  reopened
 Priority:  highest omg bbq  |    Milestone:  2.2     
Component:  General          |      Version:          
 Severity:  blocker          |   Resolution:          
 Keywords:                   |  
-----------------------------+----------------------------------------------
Comment (by Otto42):

 The latest patches once again broke the links widget... :(

 Change:
 {{{
 wp_list_bookmarks(array('title_before'=>$before_title,
 'title_after'=>$after_title, 'show_images'=>true, 'class'=>'linkcat
 widget'));
 }}}

 to:
 {{{
 wp_list_bookmarks(array(
 'title_before'=>$before_title, 'title_after'=>$after_title,
 'show_images'=>true, 'class'=>'linkcat widget',
 'category_before' => $before_widget, 'category_after' => $after_widget
 ));
 }}}

 And it's fixed.

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


More information about the wp-trac mailing list