Changeset 33734 for trunk/src/wp-admin/load-styles.php
- Timestamp:
- 08/25/2015 08:27:56 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/load-styles.php
r32654 r33734 116 116 wp_default_styles($wp_styles); 117 117 118 foreach ( $load as $handle ) {118 foreach ( $load as $handle ) { 119 119 if ( !array_key_exists($handle, $wp_styles->registered) ) 120 120 continue;
Note: See TracChangeset
for help on using the changeset viewer.