Changeset 59324 for branches/6.7/src/wp-admin/edit-form-blocks.php
- Timestamp:
- 10/29/2024 10:53:22 PM (17 months ago)
- Location:
- branches/6.7
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-admin/edit-form-blocks.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/6.7
-
branches/6.7/src/wp-admin/edit-form-blocks.php
r59238 r59324 51 51 52 52 $rest_path = rest_get_route_for_post( $post ); 53 54 $active_theme = get_stylesheet(); 53 55 54 56 // Preload common data. … … 66 68 '/wp/v2/settings', 67 69 array( '/wp/v2/settings', 'OPTIONS' ), 68 '/wp/v2/global-styles/themes/' . get_stylesheet(), 70 '/wp/v2/global-styles/themes/' . $active_theme . '?context=view', 71 '/wp/v2/global-styles/themes/' . $active_theme . '/variations?context=view', 69 72 '/wp/v2/themes?context=edit&status=active', 73 array( '/wp/v2/global-styles/' . WP_Theme_JSON_Resolver::get_user_global_styles_post_id(), 'OPTIONS' ), 70 74 '/wp/v2/global-styles/' . WP_Theme_JSON_Resolver::get_user_global_styles_post_id() . '?context=edit', 71 75 );
Note: See TracChangeset
for help on using the changeset viewer.