Make WordPress Core


Ignore:
Timestamp:
10/10/2015 03:44:16 PM (10 years ago)
Author:
wonderboymusic
Message:

Docs: some @global object vernaculars should be converted to the actual object type.

See #33491.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/comment-template.php

    r34871 r35013  
    12201220 * @since 1.5.0
    12211221 *
    1222  * @global WP_Query $wp_query
    1223  * @global WP_Post  $post
    1224  * @global wpdb     $wpdb
    1225  * @global int      $id
    1226  * @global object  $comment
    1227  * @global string   $user_login
    1228  * @global int      $user_ID
    1229  * @global string   $user_identity
    1230  * @global bool     $overridden_cpage
     1222 * @global WP_Query   $wp_query
     1223 * @global WP_Post    $post
     1224 * @global wpdb       $wpdb
     1225 * @global int        $id
     1226 * @global WP_Comment $comment
     1227 * @global string     $user_login
     1228 * @global int        $user_ID
     1229 * @global string     $user_identity
     1230 * @global bool       $overridden_cpage
    12311231 *
    12321232 * @param string $file              Optional. The file to load. Default '/comments.php'.
Note: See TracChangeset for help on using the changeset viewer.