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-admin/includes/export.php

    r45723 r45739  
    526526    if ( $post_ids ) {
    527527        /**
    528          * @global WP_Query $wp_query
     528         * @global WP_Query $wp_query WordPress Query object.
    529529         */
    530530        global $wp_query;
Note: See TracChangeset for help on using the changeset viewer.