Changeset 60199 for branches/6.8/src/wp-includes/blocks/post-author.php
- Timestamp:
- 04/28/2025 04:45:50 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.8/src/wp-includes/blocks/post-author.php
r59775 r60199 27 27 } 28 28 29 if ( ! post_type_supports( $block->context['postType'], 'author' ) ) {29 if ( isset( $block->context['postType'] ) && ! post_type_supports( $block->context['postType'], 'author' ) ) { 30 30 return ''; 31 31 }
Note: See TracChangeset
for help on using the changeset viewer.