Make WordPress Core


Ignore:
Timestamp:
08/04/2019 01:58:03 AM (5 years ago)
Author:
SergeyBiryukov
Message:

Docs: Add missing description for $wp_query and $wp_the_query globals.

Props mukesh27.
See #45604, #47110.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/canonical.php

    r45735 r45739  
    3030 *
    3131 * @global WP_Rewrite $wp_rewrite WordPress rewrite component.
    32  * @global bool $is_IIS
    33  * @global WP_Query $wp_query
    34  * @global wpdb $wpdb             WordPress database abstraction object.
    35  * @global WP $wp                 Current WordPress environment instance.
     32 * @global bool       $is_IIS
     33 * @global WP_Query   $wp_query   WordPress Query object.
     34 * @global wpdb       $wpdb       WordPress database abstraction object.
     35 * @global WP         $wp         Current WordPress environment instance.
    3636 *
    3737 * @param string $requested_url Optional. The URL that was requested, used to
Note: See TracChangeset for help on using the changeset viewer.