Make WordPress Core


Ignore:
Timestamp:
10/14/2015 11:43:10 PM (9 years ago)
Author:
DrewAPicture
Message:

Docs: Add missing descriptions for the $wpdb global in DocBlocks all the places.

See #32246.

File:
1 edited

Legend:

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

    r35008 r35170  
    235235 * @since 2.0.0
    236236 *
    237  * @global wpdb $wpdb
     237 * @global wpdb $wpdb WordPress database abstraction object.
    238238 *
    239239 * @param int $user_id User ID.
     
    265265 * @since 2.0.0
    266266 *
    267  * @global wpdb $wpdb
     267 * @global wpdb $wpdb WordPress database abstraction object.
    268268 *
    269269 * @param int $id User ID.
Note: See TracChangeset for help on using the changeset viewer.