Changeset 59775 for trunk/src/wp-includes/blocks/post-author.php
- Timestamp:
- 02/07/2025 03:44:07 PM (12 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/blocks/post-author.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/post-author.php
r58187 r59775 24 24 25 25 if ( empty( $author_id ) ) { 26 return ''; 27 } 28 29 if ( ! post_type_supports( $block->context['postType'], 'author' ) ) { 26 30 return ''; 27 31 }
Note: See TracChangeset
for help on using the changeset viewer.