diff --git a/wp-includes/class-wp-query.php b/wp-includes/class-wp-query.php index a9ed269d72..e6a3e6b743 100644 --- a/wp-includes/class-wp-query.php +++ b/wp-includes/class-wp-query.php @@ -4661,7 +4661,7 @@ class WP_Query { * * @since 3.3.0 * - * @global WP_Query $wp_query WordPress Query object. + * @global WP_Query $wp_the_query WordPress Query object. * * @return bool Whether the query is the main query. */ diff --git a/wp-includes/version.php b/wp-includes/version.php index 430439eea6..64f9829dba 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.5-alpha-57194'; +$wp_version = '6.5-alpha-57195'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.