Opened 15 years ago
Closed 15 years ago
#19490 closed feature request (wontfix)
Filter for 'Howdy' text in admin bar
| Reported by: | griffinjt | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Toolbar | Version: | 3.3 |
| Severity: | minor | Keywords: | has-patch needs-testing |
| Cc: | Focuses: |
Attachments (1)
Change History (3)
#1
@
15 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
@
15 years ago
- Milestone Awaiting Review
- Resolution → wontfix
- Status new → 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Apply targeted filter to 'Howdy' text