Make WordPress Core


Ignore:
Timestamp:
10/28/2019 07:46:13 PM (5 years ago)
Author:
johnbillion
Message:

Docs: Miscellaneous docblock corrections.

See #48303

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/post-template.php

    r46596 r46610  
    420420     * @since 4.5.0 Introduced the `$post` parameter.
    421421     *
    422      * @param string $post_excerpt The post excerpt.
    423      * @param WP_Post $post Post object.
     422     * @param string  $post_excerpt The post excerpt.
     423     * @param WP_Post $post         Post object.
    424424     */
    425425    return apply_filters( 'get_the_excerpt', $post->post_excerpt, $post );
Note: See TracChangeset for help on using the changeset viewer.