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

    r45590 r45739  
    677677 *
    678678 * @global WP_Term  $tag
    679  * @global WP_Query $wp_the_query
     679 * @global WP_Query $wp_the_query WordPress Query object.
    680680 * @global int      $user_id      The ID of the user being edited. Not to be confused with the
    681681 *                                global $user_ID, which contains the ID of the current user.
Note: See TracChangeset for help on using the changeset viewer.