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

    r45611 r45739  
    638638}
    639639
    640 /*
     640/**
    641641 * Get the timestamp of the most recently modified post from WP_Query.
    642642 *
     
    644644 * comment will be returned.
    645645 *
    646  * @global WP_Query  $wp_query The global WP_Query object.
     646 * @global WP_Query $wp_query WordPress Query object.
    647647 *
    648648 * @since 5.2.0
Note: See TracChangeset for help on using the changeset viewer.