mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Docs: Add missing description for $wp_query and $wp_the_query globals.
Props mukesh27. See #45604, #47110. git-svn-id: https://develop.svn.wordpress.org/trunk@45739 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1302,7 +1302,7 @@ function wp_comment_form_unfiltered_html_nonce() {
|
||||
*
|
||||
* @since 1.5.0
|
||||
*
|
||||
* @global WP_Query $wp_query
|
||||
* @global WP_Query $wp_query WordPress Query object.
|
||||
* @global WP_Post $post
|
||||
* @global wpdb $wpdb WordPress database abstraction object.
|
||||
* @global int $id
|
||||
@@ -1959,7 +1959,7 @@ function comment_form_title( $noreplytext = false, $replytext = false, $linktopa
|
||||
*
|
||||
* @see WP_Query->comments
|
||||
*
|
||||
* @global WP_Query $wp_query
|
||||
* @global WP_Query $wp_query WordPress Query object.
|
||||
* @global int $comment_alt
|
||||
* @global int $comment_depth
|
||||
* @global int $comment_thread_alt
|
||||
|
||||
Reference in New Issue
Block a user