#4029 closed defect (bug) (fixed)
Template screens and actions are hooked to 'wp' instead of 'template_redirect'
Reported by: | johnjamesjacoby | Owned by: | johnjamesjacoby |
---|---|---|---|
Milestone: | 1.6 | Priority: | highest |
Severity: | major | Version: | |
Component: | Core | Keywords: | |
Cc: |
Description
Back when we audited the actions in 1.5, we kept some things hooked on to 'wp' for future investigation. Now that all of the hooks have been consolidated, we can safely move things onto dedicated template_include and template_redirect actions where needed.
Change History (2)
Note: See
TracTickets for help on using
tickets.
(In [5813]) Move bp_screens and bp_actions onto bp_template_redirect action, which is hooked to template redirect.