diff --git a/src/wp-includes/default-filters.php b/src/wp-includes/default-filters.php index a0fc20a90744c..35e69a4c7d8b4 100644 --- a/src/wp-includes/default-filters.php +++ b/src/wp-includes/default-filters.php @@ -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.