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/ajax-actions.php

    r45727 r45742  
    30823082 * @since 3.5.0
    30833083 *
    3084  * @global WP_Post  $post
     3084 * @global WP_Post  $post     Global post object.
    30853085 * @global WP_Embed $wp_embed
    30863086 */
     
    34073407 * @since 4.0.0
    34083408 *
    3409  * @global WP_Post    $post       Global $post.
     3409 * @global WP_Post    $post       Global post object.
    34103410 * @global WP_Embed   $wp_embed   Embed API instance.
    34113411 * @global WP_Scripts $wp_scripts
     
    35403540 * @since 4.0.0
    35413541 *
    3542  * @global WP_Post    $post
     3542 * @global WP_Post    $post       Global post object.
    35433543 * @global WP_Scripts $wp_scripts
    35443544 */
Note: See TracChangeset for help on using the changeset viewer.