Make WordPress Core


Ignore:
Timestamp:
10/31/2014 05:55:39 PM (10 years ago)
Author:
DrewAPicture
Message:

Correct references of @uses $wpdb in core documentation to use @global.

See #30191, [30105].
Fixes #30217.

File:
1 edited

Legend:

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

    r25434 r30122  
    1111 *
    1212 * @since 2.0.0
    13  * @uses $wpdb
     13 *
     14 * @global wpdb $wpdb WordPress database abstraction object.
    1415 *
    1516 * @param string $comment_author Author of the comment
     
    111112 *
    112113 * @since 2.3.0
    113  * @uses $wpdb
     114 *
     115 * @global wpdb $wpdb WordPress database abstraction object.
    114116 *
    115117 * @param int|array $post_id Either a single Post ID or an array of Post IDs
Note: See TracChangeset for help on using the changeset viewer.