Changeset 51013 for trunk/src/wp-includes/script-loader.php
- Timestamp:
- 05/25/2021 09:39:38 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/script-loader.php
r51003 r51013 35 35 require ABSPATH . WPINC . '/functions.wp-styles.php'; 36 36 37 /** 38 * get_stylsheet_directory is used by 39 * WP_Theme_JSON_Resolver::theme_has_support() 40 */ 37 // get_stylesheet_directory() is used by WP_Theme_JSON_Resolver::theme_has_support(). 41 38 if ( ! function_exists( 'get_stylesheet_directory' ) ) { 42 39 require_once ABSPATH . WPINC . '/theme.php';
Note: See TracChangeset
for help on using the changeset viewer.