From 188fe7eb2f54f54e222891c99834d6703e7e44d6 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 20 Sep 2019 17:43:13 +0000 Subject: [PATCH] Docs: Correct `@since` tag for `comments_popup` public query variable removed in [35848]. Props hareesh-pillai. Fixes #48080. git-svn-id: https://develop.svn.wordpress.org/trunk@46201 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/class-wp-query.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/class-wp-query.php b/src/wp-includes/class-wp-query.php index a48e0b2458..bc7da5a62f 100644 --- a/src/wp-includes/class-wp-query.php +++ b/src/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.