Skip to content

Commit

Permalink
Backport: Navigation: Remove one preloaded endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
scruffian committed Jul 7, 2023
1 parent c3e17e4 commit afb993f
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions src/wp-admin/site-editor.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ static function( $classes ) {
'per_page' => 100,
'order' => 'desc',
'orderby' => 'date',
'_locale' => 'user',
// array indices are required to avoid query being encoded and not matching in cache.
'status[0]' => 'publish',
'status[1]' => 'draft',
Expand All @@ -109,20 +108,6 @@ static function( $classes ) {
),
'GET',
),
$preload_paths[] = array(
add_query_arg(
array(
'context' => 'edit',
'per_page' => 100,
'order' => 'desc',
'orderby' => 'date',
'status[0]' => 'publish',
'status[1]' => 'draft',
),
$navigation_rest_route
),
'GET',
),
);

block_editor_rest_api_preload( $preload_paths, $block_editor_context );
Expand Down

0 comments on commit afb993f

Please sign in to comment.