Make WordPress Core


Ignore:
Timestamp:
08/04/2019 12:27:02 PM (5 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-admin/includes/class-wp-posts-list-table.php

    r45739 r45742  
    742742    /**
    743743     * @global wpdb    $wpdb WordPress database abstraction object.
    744      * @global WP_Post $post
     744     * @global WP_Post $post Global post object.
    745745     * @param array $pages
    746746     * @param int $pagenum
     
    12611261
    12621262    /**
    1263      * @global WP_Post $post
     1263     * @global WP_Post $post Global post object.
    12641264     *
    12651265     * @param int|WP_Post $post
Note: See TracChangeset for help on using the changeset viewer.