From 86f7ac6669966d57be988d1ae2df20a04d2d63d9 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 20 Sep 2019 17:44:59 +0000 Subject: [PATCH] Docs: Correct `@since` tag for `comments_popup` public query variable removed in [35848]. Props hareesh-pillai. Fixes #48080. Built from https://develop.svn.wordpress.org/trunk@46201 git-svn-id: http://core.svn.wordpress.org/trunk@46013 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class-wp-query.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.