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

    r30105 r30122  
    32613261 * @since 4.0.0
    32623262 *
    3263  * @global wpdb $wpdb WordPress database access abstraction object.
     3263 * @global wpdb $wpdb WordPress database abstraction object.
    32643264 *
    32653265 * @param string $url The URL to resolve.
Note: See TracChangeset for help on using the changeset viewer.