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

    r30105 r30122  
    22122212     * @access protected
    22132213     *
    2214      * @global wpdb $wpdb WordPress database access abstraction object.
     2214     * @global wpdb $wpdb WordPress database abstraction object.
    22152215     *
    22162216     * @param string $orderby Alias for the field to order by.
     
    46204620 *
    46214621 * @since 2.1.0
     4622 *
    46224623 * @uses $wp_query
    4623  * @uses $wpdb
     4624 * @global wpdb $wpdb WordPress database abstraction object.
    46244625 *
    46254626 * @return null If no link is found, null is returned.
Note: See TracChangeset for help on using the changeset viewer.