- Timestamp:
- 01/20/2022 11:51:22 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php
r52399 r52610 335 335 336 336 if ( $theme->get_stylesheet() === wp_get_theme()->get_stylesheet() ) { 337 // This creates a record for the currenttheme if not existent.337 // This creates a record for the active theme if not existent. 338 338 $id = WP_Theme_JSON_Resolver::get_user_global_styles_post_id(); 339 339 } else {
Note: See TracChangeset
for help on using the changeset viewer.