- Timestamp:
- 05/19/2020 11:28:10 PM (5 years ago)
- Location:
- branches/5.4
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.4
-
branches/5.4/src/wp-content/themes/twentytwenty/inc/template-tags.php
r47122 r47830 339 339 340 340 // Author. 341 if ( in_array( 'author', $post_meta, true ) ) {341 if ( post_type_supports( get_post_type( $post_id ), 'author' ) && in_array( 'author', $post_meta, true ) ) { 342 342 343 343 $has_meta = true;
Note: See TracChangeset
for help on using the changeset viewer.