Skip to content

Commit

Permalink
Update src/wp-includes/default-filters.php
Browse files Browse the repository at this point in the history
Co-authored-by: Mukesh Panchal <mukeshpanchal27@users.noreply.github.com>
  • Loading branch information
ramonjd and mukeshpanchal27 authored Sep 27, 2023
1 parent eb0cae1 commit 7bb8f13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wp-includes/default-filters.php
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,7 @@
add_action( 'setup_theme', 'wp_enable_block_templates' );
add_action( 'wp_loaded', '_add_template_loader_filters' );

// wp_navigation post type
// wp_navigation post type.
add_filter( 'rest_wp_navigation_item_schema', array( 'WP_Navigation_Fallback', 'update_wp_navigation_post_schema' ), 22 );

// Fluid typography.
Expand Down

0 comments on commit 7bb8f13

Please sign in to comment.