Skip to content

Commit

Permalink
Preload: fix settings fields order (#67450)
Browse files Browse the repository at this point in the history
Co-authored-by: ellatrix <[email protected]>
Co-authored-by: Mamaduka <[email protected]>
  • Loading branch information
3 people authored and michalczaplinski committed Dec 5, 2024
1 parent b2d6bfd commit f92d704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/compat/wordpress-6.8/preload.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ function gutenberg_block_editor_preload_paths_6_8( $paths, $context ) {
'site_icon_url',
'site_logo',
'timezone_string',
'url',
'default_template_part_areas',
'default_template_types',
'url',
)
);
$paths[] = '/wp/v2/templates/lookup?slug=front-page';
Expand Down

0 comments on commit f92d704

Please sign in to comment.