#4029 closed defect (bug) (fixed)
Template screens and actions are hooked to 'wp' instead of 'template_redirect'
| Reported by: | johnjamesjacoby | Owned by: | johnjamesjacoby |
|---|---|---|---|
| Priority: | highest | Milestone: | 1.6 |
| Component: | Core | Version: | |
| Severity: | major | 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
(In [5813]) Move bp_screens and bp_actions onto bp_template_redirect action, which is hooked to template redirect.