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

    r29634 r30122  
    105105     * @since 2.1.0
    106106     * @access protected
    107      * @uses $wpdb Used to get the database prefix.
     107     *
     108     * @global wpdb  $wpdb          WordPress database abstraction object.
    108109     * @global array $wp_user_roles Used to set the 'roles' property value.
    109110     */
Note: See TracChangeset for help on using the changeset viewer.