mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 01:27:36 +01:00
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:
parent
b66a8c15bd
commit
86f7ac6669
@ -522,7 +522,7 @@ class WP_Query {
|
|||||||
* Fills in the query variables, which do not exist within the parameter.
|
* Fills in the query variables, which do not exist within the parameter.
|
||||||
*
|
*
|
||||||
* @since 2.1.0
|
* @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.
|
* @param array $array Defined query variables.
|
||||||
* @return array Complete query variables with undefined ones filled in empty.
|
* @return array Complete query variables with undefined ones filled in empty.
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user