Changeset 51001 for trunk/src/wp-includes/script-loader.php
- Timestamp:
- 05/25/2021 01:41:30 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/script-loader.php
r50996 r51001 34 34 /** WordPress Styles Functions */ 35 35 require ABSPATH . WPINC . '/functions.wp-styles.php'; 36 37 /** 38 * get_stylsheet_directory is used by 39 * WP_Theme_JSON_Resolver::theme_has_support() 40 */ 41 if ( ! function_exists( 'get_stylesheet_directory' ) ) { 42 require_once ABSPATH . WPINC . '/theme.php'; 43 } 44 if ( ! class_exists( 'WP_Theme_JSON_Resolver' ) ) { 45 require_once ABSPATH . WPINC . '/class-wp-theme-json-resolver.php'; 46 } 36 47 37 48 /**
Note: See TracChangeset
for help on using the changeset viewer.