Make WordPress Core


Ignore:
Timestamp:
10/14/2015 11:43:10 PM (10 years ago)
Author:
DrewAPicture
Message:

Docs: Add missing descriptions for the $wpdb global in DocBlocks all the places.

See #32246.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/meta-functions.php

    r34406 r35170  
    557557 * @since 3.3.0
    558558 *
    559  * @global wpdb $wpdb
     559 * @global wpdb $wpdb WordPress database abstraction object.
    560560 *
    561561 * @param string $meta_type Type of object metadata is for (e.g., comment, post, or user)
     
    598598 * @since 3.3.0
    599599 *
    600  * @global wpdb $wpdb
     600 * @global wpdb $wpdb WordPress database abstraction object.
    601601 *
    602602 * @param string $meta_type  Type of object metadata is for (e.g., comment, post, or user)
     
    691691 * @since 3.3.0
    692692 *
    693  * @global wpdb $wpdb
     693 * @global wpdb $wpdb WordPress database abstraction object.
    694694 *
    695695 * @param string $meta_type Type of object metadata is for (e.g., comment, post, or user)
Note: See TracChangeset for help on using the changeset viewer.