diff --git a/wp-includes/post.php b/wp-includes/post.php index 5377f4eaee..3d5ba21d95 100644 --- a/wp-includes/post.php +++ b/wp-includes/post.php @@ -2291,7 +2291,7 @@ function is_post_type_viewable( $post_type ) { /** * Determine whether a post status is considered "viewable". * - * For built-in post statuses such as publish and private, the 'public' value will be evaluted. + * For built-in post statuses such as publish and private, the 'public' value will be evaluated. * For all others, the 'publicly_queryable' value will be used. * * @since 5.7.0 diff --git a/wp-includes/version.php b/wp-includes/version.php index 90c022bf37..6d3c4129fc 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.0-alpha-52669'; +$wp_version = '6.0-alpha-52670'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.