Make WordPress Core


Ignore:
Timestamp:
10/14/2015 11:43:10 PM (9 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/class-wp-xmlrpc-server.php

    r34860 r35170  
    28332833     * @since 2.2.0
    28342834     *
    2835      * @global wpdb $wpdb
     2835     * @global wpdb $wpdb WordPress database abstraction object.
    28362836     *
    28372837     * @param array  $args {
     
    50675067     * @since 2.1.0
    50685068     *
    5069      * @global wpdb $wpdb
     5069     * @global wpdb $wpdb WordPress database abstraction object.
    50705070     *
    50715071     * @param int $post_ID Post ID.
     
    56945694     * @since 1.5.0
    56955695     *
    5696      * @global wpdb $wpdb
     5696     * @global wpdb $wpdb WordPress database abstraction object.
    56975697     *
    56985698     * @param array  $args {
     
    60336033     * @since 1.5.0
    60346034     *
    6035      * @global wpdb $wpdb
     6035     * @global wpdb $wpdb WordPress database abstraction object.
    60366036     *
    60376037     * @param int $post_ID
     
    61236123     * @since 1.5.0
    61246124     *
    6125      * @global wpdb $wpdb
     6125     * @global wpdb $wpdb WordPress database abstraction object.
    61266126     * @global string $wp_version
    61276127     *
     
    63346334     * @since 1.5.0
    63356335     *
    6336      * @global wpdb $wpdb
     6336     * @global wpdb $wpdb WordPress database abstraction object.
    63376337     *
    63386338     * @param string $url
Note: See TracChangeset for help on using the changeset viewer.