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

    r30105 r30122  
    24252425 * @since 2.2.0
    24262426 * @deprecated 3.1.0
    2427  * @uses $wpdb WordPress database object for queries
     2427 *
     2428 * @global wpdb $wpdb WordPress database abstraction object.
    24282429 * @uses $blog_id The Blog id of the blog for those that use more than one blog
    24292430 *
Note: See TracChangeset for help on using the changeset viewer.