Changeset 57312 for trunk/src/wp-includes/deprecated.php
- Timestamp:
- 01/19/2024 05:37:05 PM (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/deprecated.php
r57196 r57312 5437 5437 5438 5438 // If in the editor, add webfonts defined in variations. 5439 if ( is_admin() || ( defined( 'REST_REQUEST' ) && REST_REQUEST) ) {5439 if ( is_admin() || wp_is_rest_endpoint() ) { 5440 5440 $variations = WP_Theme_JSON_Resolver::get_style_variations(); 5441 5441 foreach ( $variations as $variation ) {
Note: See TracChangeset
for help on using the changeset viewer.