#21264 closed enhancement (duplicate)
TwentyTwelve: wp_title should be filtered
Reported by: | DrewAPicture | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.4.1 |
Component: | Bundled Theme | Keywords: | has-patch |
Focuses: | Cc: |
Description
Per Best Practices, we should now be setting the example by properly filtering wp_title()
instead of tacking on get_bloginfo('name')
inside the <title>
tags.
Patch attached.
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
If the conditions would be considered overkill, by all means chop away :)