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-admin/install-helper.php

    r29206 r30122  
    4545 * @since 1.0.0
    4646 *
    47  * @uses $wpdb
     47 * @global wpdb $wpdb WordPress database abstraction object.
    4848 *
    4949 * @param string $table_name Database table name.
     
    7777 * @since 1.0.0
    7878 *
    79  * @uses $wpdb
     79 * @global wpdb $wpdb WordPress database abstraction object.
    8080 *
    8181 * @param string $table_name Database table name
     
    111111 * @since 1.0.0
    112112 *
    113  * @uses $wpdb
     113 * @global wpdb $wpdb WordPress database abstraction object.
    114114 *
    115115 * @param string $table_name Table name
Note: See TracChangeset for help on using the changeset viewer.