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
This commit is contained in:
Sergey Biryukov 2019-09-20 17:44:59 +00:00
parent b66a8c15bd
commit 86f7ac6669
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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.