Changeset 33734 for trunk/src/wp-admin/load-scripts.php
- Timestamp:
- 08/25/2015 08:27:56 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/load-scripts.php
r31029 r33734 136 136 wp_default_scripts($wp_scripts); 137 137 138 foreach ( $load as $handle ) {138 foreach ( $load as $handle ) { 139 139 if ( !array_key_exists($handle, $wp_scripts->registered) ) 140 140 continue;
Note: See TracChangeset
for help on using the changeset viewer.