[wp-trac] [WordPress Trac] #21782: admin_print_footer_scripts action not working with wp_enqueue_script function
WordPress Trac
wp-trac at lists.automattic.com
Mon Sep 3 21:36:12 UTC 2012
#21782: admin_print_footer_scripts action not working with wp_enqueue_script
function
----------------------------+-------------------------------------
Reporter: alexvorn2 | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Administration | Version: 3.4.1
Severity: normal | Keywords: 2nd-opinion needs-patch
----------------------------+-------------------------------------
the code I use:
function tt() {
wp_enqueue_script('jquery-ui-accordion');
} add_action('admin_print_footer_scripts', 'tt');
the jquery-ui-accordion is not loaded in the footer.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/21782>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list