diff --git a/wp-includes/class-wp-query.php b/wp-includes/class-wp-query.php index a48e0b2458..bc7da5a62f 100644 --- a/wp-includes/class-wp-query.php +++ b/wp-includes/class-wp-query.php @@ -522,7 +522,7 @@ class WP_Query { * Fills in the query variables, which do not exist within the parameter. * * @since 2.1.0 - * @since 4.4.0 Removed the `comments_popup` public query variable. + * @since 4.5.0 Removed the `comments_popup` public query variable. * * @param array $array Defined query variables. * @return array Complete query variables with undefined ones filled in empty. diff --git a/wp-includes/version.php b/wp-includes/version.php index 1f69ba42e3..12b11c984b 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.3-alpha-46200'; +$wp_version = '5.3-alpha-46201'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.