diff --git a/wp-includes/block-template-utils.php b/wp-includes/block-template-utils.php index adac3a3ae7..951bd523c2 100644 --- a/wp-includes/block-template-utils.php +++ b/wp-includes/block-template-utils.php @@ -893,7 +893,7 @@ function block_footer_area() { } /** - * Filters theme directories that should be ignored during export. + * Determines whether a theme directory should be ignored during export. * * @since 6.0.0 * diff --git a/wp-includes/version.php b/wp-includes/version.php index 902e0c9e78..cd5b8ef752 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.1-alpha-53756'; +$wp_version = '6.1-alpha-53757'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.