[wp-trac] [WordPress Trac] #20790: Add widget_title filter to Links WIdget

WordPress Trac wp-trac at lists.automattic.com
Wed May 30 09:23:29 UTC 2012


#20790: Add widget_title filter to Links WIdget
-------------------------+-----------------------------
 Reporter:  ragulka      |      Owner:
     Type:  enhancement  |     Status:  new
 Priority:  normal       |  Milestone:  Awaiting Review
Component:  Widgets      |    Version:  3.3.2
 Severity:  major        |   Keywords:  dev-feedback
-------------------------+-----------------------------
 Currently the Links Widget is the only default widget that doesn't support
 the widget_title filter. This is inconsistent and creates problems when
 plugin or theme authors want to filter widget titles - every other
 widget's title get's filtered, but not the Links WIdget.

 Right now, displaying widget title is basically delegated to the
 wp_list_bookmarks function.
 While this works, I suggest that this should be changed to be more
 consistent with other widgets - displaying widget title should really be
 the widget class job, not wp_list_bookmarks.

 It should work with the existing wp_list_bookmarks function by specifying
 the categorize argument to be false.

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/20790>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list