Opened 13 years ago
Closed 13 years ago
#19490 closed feature request (wontfix)
Filter for 'Howdy' text in admin bar
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | minor | Version: | 3.3 |
Component: | Toolbar | Keywords: | has-patch needs-testing |
Focuses: | Cc: |
Attachments (1)
Change History (3)
#1
@
13 years ago
There is already 'gettext' filter where you can globally replace "Howdy" in all WordPress versions.
Example:
function md_replace_howdy( $text ) { $text = str_replace( 'Howdy', 'Hi', $text ); return $text; } add_filter( 'gettext', 'md_replace_howdy' );
Or a little different code on wpmu.org.
#2
@
13 years ago
- Milestone Awaiting Review deleted
- Resolution set to wontfix
- Status changed from new to closed
No need to go around your elbow, just bend it and your arm's right there. :)
The gettext filter is already there, as noted. "Howdy" is part of WordPress's DNA -- we won't go out of the way to provide additional methods of removing it.
Note: See
TracTickets for help on using
tickets.
Apply targeted filter to 'Howdy' text