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-comment-query.php

    r34730 r35170  
    455455     * @access protected
    456456     *
    457      * @global wpdb $wpdb
     457     * @global wpdb $wpdb WordPress database abstraction object.
    458458     */
    459459    protected function get_comment_ids() {
     
    942942     * @access protected
    943943     *
    944      * @global wpdb $wpdb
     944     * @global wpdb $wpdb WordPress database abstraction object.
    945945     *
    946946     * @param string $string
Note: See TracChangeset for help on using the changeset viewer.