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/user.php

    r30105 r30122  
    807807         * @since 3.2.0
    808808         *
    809          * @global wpdb $wpdb WordPress database object.
     809         * @global wpdb $wpdb WordPress database abstraction object.
    810810         *
    811811         * @param string $sql The SELECT FOUND_ROWS() query for the current WP_User_Query.
Note: See TracChangeset for help on using the changeset viewer.