#16512 closed enhancement (invalid)
Add hook after set_current_screen()
Reported by: | ptahdunbar | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.1 |
Component: | Administration | Keywords: | has-patch |
Focuses: | Cc: |
Description
There needs to be a hook after set_current_screen()
as it does a lot of work setting up the $current_screen
global.. I'd hate to have to repeat it in admin_init
as that's the last generic hook before load-$pagenow
.
Patch adds new hook admin_loaded
after set_current_screen()
Attachments (1)
Change History (7)
#1
in reply to:
↑ description
@
14 years ago
- Cc mikeschinkel@… added
#2
@
14 years ago
I was setting up some example code for you to use, that leverages load-$pagenow
, but I ran across this apparent bug: #16513
Note: See
TracTickets for help on using
tickets.
Replying to ptahdunbar:
+1