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

    r35111 r35170  
    21282128     * @since 3.7.0
    21292129     *
    2130      * @global wpdb $wpdb
     2130     * @global wpdb $wpdb WordPress database abstraction object.
     2131     *
    21312132     * @param array $q Query variables.
    21322133     * @return string WHERE clause.
     
    22692270     * Generate SQL for the ORDER BY condition based on passed search terms.
    22702271     *
    2271      * @global wpdb $wpdb
     2272     * @global wpdb $wpdb WordPress database abstraction object.
    22722273     *
    22732274     * @param array $q Query variables.
     
    24792480     * @access public
    24802481     *
    2481      * @global wpdb $wpdb
     2482     * @global wpdb $wpdb WordPress database abstraction object.
    24822483     *
    24832484     * @return array List of posts.
     
    37903791     * @access private
    37913792     *
    3792      * @global wpdb $wpdb
     3793     * @global wpdb $wpdb WordPress database abstraction object.
    37933794     */
    37943795    private function set_found_posts( $q, $limits ) {
Note: See TracChangeset for help on using the changeset viewer.