Changeset 43894 for branches/5.0/src/wp-includes/script-loader.php
- Timestamp:
- 11/13/2018 12:24:07 AM (7 years ago)
- File:
-
- 1 edited
-
branches/5.0/src/wp-includes/script-loader.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/src/wp-includes/script-loader.php
r43893 r43894 2253 2253 global $current_screen; 2254 2254 2255 if ( ( $current_screen instanceof WP_Screen ) && ! $current_screen->is_block_editor() ) {2255 if ( is_admin() && ( $current_screen instanceof WP_Screen ) && ! $current_screen->is_block_editor() ) { 2256 2256 return; 2257 2257 }
Note: See TracChangeset
for help on using the changeset viewer.