Make WordPress Core


Ignore:
Timestamp:
08/04/2019 01:58:03 AM (6 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-settings.php

    r45737 r45739  
    407407 * WordPress Query object
    408408 *
    409  * @global WP_Query $wp_the_query
     409 * @global WP_Query $wp_the_query WordPress Query object.
    410410 * @since 2.0.0
    411411 */
     
    416416 * Use this global for WordPress queries
    417417 *
    418  * @global WP_Query $wp_query
     418 * @global WP_Query $wp_query WordPress Query object.
    419419 * @since 1.5.0
    420420 */
Note: See TracChangeset for help on using the changeset viewer.