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-includes/pluggable.php

    r30105 r30122  
    14851485 * @since 1.0.0
    14861486 *
    1487  * @uses $wpdb
     1487 * @global wpdb $wpdb WordPress database abstraction object.
    14881488 *
    14891489 * @param int $comment_id Comment ID
     
    20652065 * @since 2.5.0
    20662066 *
    2067  * @uses $wpdb WordPress database object for queries
     2067 * @global wpdb $wpdb WordPress database abstraction object.
    20682068 *
    20692069 * @param string $password The plaintext new user password
Note: See TracChangeset for help on using the changeset viewer.