mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Docs: some @global object vernaculars should be converted to the actual object type.
See #33491. git-svn-id: https://develop.svn.wordpress.org/trunk@35013 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1219,15 +1219,15 @@ function wp_comment_form_unfiltered_html_nonce() {
|
||||
*
|
||||
* @since 1.5.0
|
||||
*
|
||||
* @global WP_Query $wp_query
|
||||
* @global WP_Post $post
|
||||
* @global wpdb $wpdb
|
||||
* @global int $id
|
||||
* @global object $comment
|
||||
* @global string $user_login
|
||||
* @global int $user_ID
|
||||
* @global string $user_identity
|
||||
* @global bool $overridden_cpage
|
||||
* @global WP_Query $wp_query
|
||||
* @global WP_Post $post
|
||||
* @global wpdb $wpdb
|
||||
* @global int $id
|
||||
* @global WP_Comment $comment
|
||||
* @global string $user_login
|
||||
* @global int $user_ID
|
||||
* @global string $user_identity
|
||||
* @global bool $overridden_cpage
|
||||
*
|
||||
* @param string $file Optional. The file to load. Default '/comments.php'.
|
||||
* @param bool $separate_comments Optional. Whether to separate the comments by comment type.
|
||||
|
||||
Reference in New Issue
Block a user