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/taxonomy-functions.php

    r35153 r35170  
    38503850 *              `$term_taxonomy_id` can now accept objects.
    38513851 *
    3852  * @global wpdb $wpdb
     3852 * @global wpdb $wpdb WordPress database abstraction object.
    38533853 *
    38543854 * @param int|object $term_id          ID of the shared term, or the shared term object.
     
    41064106 * @since 4.2.0
    41074107 *
    4108  * @global wpdb $wpdb
     4108 * @global wpdb $wpdb WordPress database abstraction object.
    41094109 *
    41104110 * @param int    $term_id          ID of the formerly shared term.
Note: See TracChangeset for help on using the changeset viewer.