- Timestamp:
- 04/05/2020 03:00:44 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentysixteen/inc/template-tags.php
r47122 r47550 30 30 } 31 31 32 if ( in_array( get_post_type(), array( 'post', 'attachment' ) ) ) {32 if ( in_array( get_post_type(), array( 'post', 'attachment' ), true ) ) { 33 33 twentysixteen_entry_date(); 34 34 }
Note: See TracChangeset
for help on using the changeset viewer.