Changeset 11455 for trunk/wp-includes/script-loader.php
- Timestamp:
- 05/25/2009 11:14:39 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/script-loader.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/script-loader.php
r11450 r11455 579 579 global $wp_scripts, $concatenate_scripts; 580 580 581 if ( ! did_action('wp_print_footer_scripts') ) 582 do_action('wp_print_footer_scripts'); 583 581 584 if ( !is_a($wp_scripts, 'WP_Scripts') ) 582 585 return array(); // No need to run if not instantiated.
Note: See TracChangeset
for help on using the changeset viewer.