#39 closed enhancement (fixed)
Update the use of wp_title in wporg-p2 theme
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | low | |
| Component: | Make (Get Involved) / P2 | Keywords: | has-patch |
| Cc: |
Description
The page title used in the p2 theme does not allow proper filtering as it is hardcoding get_bloginfo( 'name' ) to every title instance.
Moving it to a wp_title filter that could be disabled and replaced later is more flexible.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
Fixed in [58].