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

    r30115 r30122  
    1616 *
    1717 * @since 2.9.0
    18  * @uses $wpdb WordPress database object for queries.
     18 *
     19 * @global wpdb $wpdb WordPress database abstraction object.
    1920 *
    2021 * @param string $meta_type Type of object metadata is for (e.g., comment, post, or user)
     
    129130 *
    130131 * @since 2.9.0
    131  * @uses $wpdb WordPress database object for queries.
     132 *
     133 * @global wpdb $wpdb WordPress database abstraction object.
    132134 *
    133135 * @param string $meta_type Type of object metadata is for (e.g., comment, post, or user)
     
    279281 *
    280282 * @since 2.9.0
    281  * @uses $wpdb WordPress database object for queries.
     283 *
     284 * @global wpdb $wpdb WordPress database abstraction object.
    282285 *
    283286 * @param string $meta_type Type of object metadata is for (e.g., comment, post, or user)
     
    757760 *
    758761 * @since 2.9.0
    759  * @uses $wpdb WordPress database object for queries.
     762 *
     763 * @global wpdb $wpdb WordPress database abstraction object.
    760764 *
    761765 * @param string $meta_type Type of object metadata is for (e.g., comment, post, or user)
     
    15011505 *
    15021506 * @since 2.9.0
    1503  * @uses $wpdb WordPress database object for queries.
     1507 *
     1508 * @global wpdb $wpdb WordPress database abstraction object.
    15041509 *
    15051510 * @param string $type Type of object to get metadata table for (e.g., comment, post, or user)
Note: See TracChangeset for help on using the changeset viewer.