diff --git a/lib/compat/wordpress-6.8/blocks.php b/lib/compat/wordpress-6.8/blocks.php index d0f0e4b2eabc7..22da5373c354d 100644 --- a/lib/compat/wordpress-6.8/blocks.php +++ b/lib/compat/wordpress-6.8/blocks.php @@ -225,7 +225,7 @@ function gutenberg_insert_hooked_blocks_into_rest_response( $response, $post ) { * where the inner blocks are stored as post content. * * @since 6.6.0 - * @since 6.8.0 Support non-`wp_navigation` post types. + * @since 6.8.0 Support other post types. (Previously, it was limited to `wp_navigation` only.) * @access private * * @param stdClass $post Post object.