Changeset 52159 for trunk/src/wp-admin/site-editor.php
- Timestamp:
- 11/15/2021 06:17:57 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/site-editor.php
r52145 r52159 67 67 foreach ( $active_areas as $post_id ) { 68 68 if ( $post_id ) { 69 $preload_paths[] = add_query_arg s( 'context', 'edit', rest_get_route_for_post( $post_id ) );69 $preload_paths[] = add_query_arg( 'context', 'edit', rest_get_route_for_post( $post_id ) ); 70 70 } 71 71 }
Note: See TracChangeset
for help on using the changeset viewer.