Changes between Initial Version and Version 1 of Ticket #21782
- Timestamp:
- 09/03/2012 09:45:47 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21782
- Property Keywords 2nd-opinion needs-patch removed
-
Ticket #21782 – Description
initial v1 1 1 the code I use: 2 2 {{{ 3 3 function tt() { 4 4 wp_enqueue_script('jquery-ui-accordion'); 5 5 } add_action('admin_print_footer_scripts', 'tt'); 6 6 }}} 7 7 the jquery-ui-accordion is not loaded in the footer.