[wp-trac] Re: [WordPress Trac] #4169: Bring widgets into WordPress
core
WordPress Trac
wp-trac at lists.automattic.com
Fri Apr 20 19:18:41 GMT 2007
#4169: Bring widgets into WordPress core
-----------------------------+----------------------------------------------
Reporter: rob1n | Owner: rob1n
Type: task | Status: new
Priority: highest omg bbq | Milestone: 2.2
Component: General | Version:
Severity: blocker | Resolution:
Keywords: |
-----------------------------+----------------------------------------------
Comment (by Otto42):
In wp_widget_links();
This:
{{{
wp_list_bookmarks( array( 'title_before' => $before_title, 'title_after'
=> $after_title ) );
}}}
Should be this:
{{{
wp_list_bookmarks(array( 'title_before'=>$before_title,
'title_after'=>$after_title, 'category_before'=>$before_widget,
'category_after'=>$after_widget));
}}}
In order to make the links widget work properly.
--
Ticket URL: <http://trac.wordpress.org/ticket/4169#comment:7>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list