[wp-trac] [WordPress Trac] #9856: add a hook in
print_footer_scripts as in print_head_scripts
WordPress Trac
wp-trac at lists.automattic.com
Mon May 18 08:16:01 GMT 2009
#9856: add a hook in print_footer_scripts as in print_head_scripts
----------------------------+-----------------------------------------------
Reporter: arena | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 2.8
Component: Administration | Version: 2.8
Severity: normal | Keywords:
----------------------------+-----------------------------------------------
print_head_scripts as a specific hook :
{{{
if ( ! did_action('wp_print_scripts') )
do_action('wp_print_scripts');
}}}
print_footer_scripts hasn't !
--
Ticket URL: <http://core.trac.wordpress.org/ticket/9856>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list