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-login.php

    r30033 r30122  
    264264 * Handles sending password retrieval email to user.
    265265 *
    266  * @uses $wpdb WordPress Database object
     266 * @global wpdb         $wpdb      WordPress database abstraction object.
     267 * @global PasswordHash $wp_hasher Portable PHP password hashing framework.
    267268 *
    268269 * @return bool|WP_Error True: when finish. WP_Error on error
Note: See TracChangeset for help on using the changeset viewer.