diff --git a/wp-includes/query.php b/wp-includes/query.php index 780c5d3e3e..071d81ff75 100644 --- a/wp-includes/query.php +++ b/wp-includes/query.php @@ -61,7 +61,7 @@ function get_queried_object_id() { } /** - * Set query variable. + * Set variable in the WP_Query class. * * @since 2.2.0 * diff --git a/wp-includes/version.php b/wp-includes/version.php index 6def84bd0a..dcee4701f6 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.6-alpha-49093'; +$wp_version = '5.6-alpha-49094'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.