Changeset 59324 for branches/6.7/src/wp-admin/site-editor.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/site-editor.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/6.7
-
branches/6.7/src/wp-admin/site-editor.php
r59238 r59324 98 98 '/wp/v2/themes?context=edit&status=active', 99 99 '/wp/v2/global-styles/' . $active_global_styles_id . '?context=edit', 100 '/wp/v2/global-styles/' . $active_global_styles_id, 101 '/wp/v2/global-styles/themes/' . $active_theme, 100 array( '/wp/v2/global-styles/' . $active_global_styles_id, 'OPTIONS' ), 101 '/wp/v2/global-styles/themes/' . $active_theme . '?context=view', 102 '/wp/v2/global-styles/themes/' . $active_theme . '/variations?context=view', 102 103 array( $navigation_rest_route, 'OPTIONS' ), 103 104 array(
Note: See TracChangeset
for help on using the changeset viewer.