#18843 closed enhancement (fixed)
Add unique admin_head action to Press This
Reported by: | sillybean | Owned by: | nacin |
---|---|---|---|
Milestone: | 3.7 | Priority: | normal |
Severity: | normal | Version: | 3.3 |
Component: | Press This | Keywords: | has-patch |
Focuses: | Cc: |
Description
The Press This page should have its own admin_head-foo action.
Attachments (3)
Change History (10)
#1
@
13 years ago
- Milestone changed from Awaiting Review to Future Release
Works for me. Probably worthy of a few more things as well, like admin_enqueue_scripts, admin_print_styles-*, and admin_print_scripts-*. We do this in a few other areas -- see wp_iframe().
#3
@
11 years ago
Please use tabs rather than spaces for indentation (per WordPress Coding Standards).
@
11 years ago
Add unique admin_enqueue_scripts, admin_head-, admin_print_styles-, and admin_print_scripts- hooks to Press This
Note: See
TracTickets for help on using
tickets.
Since this page doesn't use the usual admin-header.php include, I'm just hard coding the file name in this patch.