Docs: Add missing description for $wp_query and $wp_the_query globals.
Props mukesh27. See #45604, #47110. Built from https://develop.svn.wordpress.org/trunk@45739 git-svn-id: http://core.svn.wordpress.org/trunk@45550 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -29,10 +29,10 @@
|
||||
* @since 2.3.0
|
||||
*
|
||||
* @global WP_Rewrite $wp_rewrite WordPress rewrite component.
|
||||
* @global bool $is_IIS
|
||||
* @global WP_Query $wp_query
|
||||
* @global wpdb $wpdb WordPress database abstraction object.
|
||||
* @global WP $wp Current WordPress environment instance.
|
||||
* @global bool $is_IIS
|
||||
* @global WP_Query $wp_query WordPress Query object.
|
||||
* @global wpdb $wpdb WordPress database abstraction object.
|
||||
* @global WP $wp Current WordPress environment instance.
|
||||
*
|
||||
* @param string $requested_url Optional. The URL that was requested, used to
|
||||
* figure if redirect is needed.
|
||||
|
||||
Reference in New Issue
Block a user