Changeset 52434 for trunk/src/wp-includes/blocks/post-title.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-title.php
r52042 r52434 21 21 22 22 $post_ID = $block->context['postId']; 23 $title = get_the_title( $post_ID);23 $title = get_the_title(); 24 24 25 25 if ( ! $title ) {
Note: See TracChangeset
for help on using the changeset viewer.