diff --git a/wp-includes/class-wp-query.php b/wp-includes/class-wp-query.php index bc673191a8..f95cb6149f 100644 --- a/wp-includes/class-wp-query.php +++ b/wp-includes/class-wp-query.php @@ -442,6 +442,7 @@ class WP_Query { * via pre_get_posts hooks. * * @since 3.1.1 + * @var bool */ private $query_vars_changed = true; diff --git a/wp-includes/version.php b/wp-includes/version.php index a115eeaa39..f004b12f15 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.8-alpha-59494'; +$wp_version = '6.8-alpha-59495'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.