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

    r35122 r35170  
    33233323 * @since 2.8.0
    33243324 *
    3325  * @global wpdb $wpdb
     3325 * @global wpdb $wpdb WordPress database abstraction object.
    33263326 *
    33273327 * @param string|array $data Unescaped data
     
    36183618 * @since 2.0.5
    36193619 *
    3620  * @global wpdb $wpdb
     3620 * @global wpdb $wpdb WordPress database abstraction object.
    36213621 *
    36223622 * @param string $option The name of the option.
Note: See TracChangeset for help on using the changeset viewer.