diff --git a/src/wp-includes/block-template-utils.php b/src/wp-includes/block-template-utils.php index f861c55ac0ca7..476861e63f22d 100644 --- a/src/wp-includes/block-template-utils.php +++ b/src/wp-includes/block-template-utils.php @@ -725,7 +725,7 @@ function _wp_build_title_and_description_for_taxonomy_block_template( $taxonomy, } /** - * Build a block template object for based on a WP_Post object. + * Build a block template object from a post object. * * @since 6.5.0 * @access private