- Timestamp:
- 05/14/2020 05:15:41 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwenty/inc/template-tags.php
r47122 r47799 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.