Make WordPress Core


Ignore:
Timestamp:
08/04/2019 12:27:02 PM (6 years ago)
Author:
SergeyBiryukov
Message:

Docs: Add missing description for $post global.

Props immeet94.
Fixes #46503. See #47110.

File:
1 edited

Legend:

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

    r45739 r45742  
    32603260     * @since 1.5.0
    32613261     *
    3262      * @global WP_Post $post
     3262     * @global WP_Post $post Global post object.
    32633263     */
    32643264    public function the_post() {
     
    43274327     * @since 3.7.0
    43284328     *
    4329      * @global WP_Post $post
     4329     * @global WP_Post $post Global post object.
    43304330     */
    43314331    public function reset_postdata() {
Note: See TracChangeset for help on using the changeset viewer.