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/ms-load.php

    r34912 r35170  
    149149 * @since 3.9.0
    150150 *
    151  * @global wpdb $wpdb
     151 * @global wpdb $wpdb WordPress database abstraction object.
    152152 *
    153153 * @param string   $domain   Domain to check.
     
    263263 * @since 4.4.0 The `$domain` and `$path` parameters were added.
    264264 *
    265  * @global wpdb $wpdb
     265 * @global wpdb $wpdb WordPress database abstraction object.
    266266 *
    267267 * @param string $domain The requested domain for the error to reference.
Note: See TracChangeset for help on using the changeset viewer.