Opened 14 years ago
Closed 14 years ago
#15126 closed defect (bug) (duplicate)
wp_enqueue_script does not load scripts if definition use $scripts->add_data
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.0.1 |
Component: | General | Keywords: | wp_enqueue_script |
Focuses: | Cc: |
Description
wp_enqueue_script does not load scripts if definition use $scripts->add_data (wp-includes/script-loader.php) from class WP_Dependency (wp-includes/class.wp-dependencies.php).
if I remove lines like '$scripts->add_data' wp_enqueue_script works good.
issue tested on 'thickbox', 'jquery-table-hotkeys', 'jquery-hotkeys'
Change History (3)
Note: See
TracTickets for help on using
tickets.
Did you check the footer?