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-admin/includes/network.php

    r34912 r35170  
    1313 * @since 3.0.0
    1414 *
    15  * @global wpdb $wpdb
     15 * @global wpdb $wpdb WordPress database abstraction object.
    1616 *
    1717 * @return Whether a network exists.
     
    4646 * @since 3.0.0
    4747 *
    48  * @global wpdb $wpdb
     48 * @global wpdb $wpdb WordPress database abstraction object.
    4949 *
    5050 * @return bool Whether subdirectory install is allowed
     
    294294 * @since 3.0.0
    295295 *
    296  * @global wpdb $wpdb
     296 * @global wpdb $wpdb WordPress database abstraction object.
    297297 *
    298298 * @param WP_Error $errors
Note: See TracChangeset for help on using the changeset viewer.