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

    r30090 r30122  
    513513 *
    514514 * @since 2.3.0
    515  * @uses $wpdb
     515 *
     516 * @global wpdb $wpdb WordPress database abstraction object.
    516517 *
    517518 * @return bool|string The correct URL if one is found. False on failure.
Note: See TracChangeset for help on using the changeset viewer.