Changeset 46610 for trunk/src/wp-includes/post-template.php
- Timestamp:
- 10/28/2019 07:46:13 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post-template.php
r46596 r46610 420 420 * @since 4.5.0 Introduced the `$post` parameter. 421 421 * 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. 424 424 */ 425 425 return apply_filters( 'get_the_excerpt', $post->post_excerpt, $post );
Note: See TracChangeset
for help on using the changeset viewer.