Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions packages/block-library/src/latest-posts/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ function block_core_latest_posts_get_excerpt_length() {
*
* @since 5.0.0
*
* @global WP_Post $post Global post object.
* @global int $block_core_latest_posts_excerpt_length Filters the excerpt length.
*
* @param array $attributes The block attributes.
*
* @return string Returns the post content with latest posts added.
Expand Down
Loading