Changeset 47808 for trunk/src/wp-content/themes/twentyfourteen/content.php
- Timestamp:
- 05/16/2020 06:40:52 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/content.php
r47550 r47808 31 31 <div class="entry-meta"> 32 32 <?php 33 if ( 'post' == get_post_type() ) {33 if ( 'post' === get_post_type() ) { 34 34 twentyfourteen_posted_on(); 35 35 }
Note: See TracChangeset
for help on using the changeset viewer.