Changeset 52434 for trunk/src/wp-includes/blocks/post-excerpt.php
- Timestamp:
- 01/04/2022 05:37:25 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/post-excerpt.php
r52042 r52434 19 19 } 20 20 21 $excerpt = get_the_excerpt( $block->context['postId']);21 $excerpt = get_the_excerpt(); 22 22 23 23 if ( empty( $excerpt ) ) {
Note: See TracChangeset
for help on using the changeset viewer.