[wp-trac] [WordPress Trac] #17740: Make "Howdy" filterable
WordPress Trac
wp-trac at lists.automattic.com
Fri Jun 10 02:29:38 UTC 2011
#17740: Make "Howdy" filterable
-----------------------------+------------------
Reporter: trepmal | Owner:
Type: feature request | Status: new
Priority: normal | Milestone: 3.2
Component: General | Version: 3.2
Severity: minor | Resolution:
Keywords: has-patch |
-----------------------------+------------------
Changes (by nacin):
* milestone: Awaiting Review => 3.2
Comment:
Hmm.
I'm wondering if the Howdy part should become $links[0], then passed
through the existing hook, then via array_shift() we remove the first
value and use that as our Howdy.
Perhaps it should actually be $links[5], but we always splice $links[5]
off and put it at the beginning. That way anyone previously filtering
$links[5] would keep that, but if they added a link in 0-4, it wouldn't
become the title of the dropdown.
Let's be as back compat as possible. Maybe someone can grep the plugins
directory to see how it's currently being used to get an idea.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/17740#comment:1>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list