Changeset 53880 for trunk/src/wp-content/themes/twentynineteen/template-parts/header/entry-header.php
- Timestamp:
- 08/11/2022 02:44:45 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentynineteen/template-parts/header/entry-header.php
r47122 r53880 12 12 <?php the_title( '<h1 class="entry-title">', '</h1>' ); ?> 13 13 14 <?php if ( ! is_page() ) : ?> 14 <?php 15 if ( ! is_page() ) : 16 ?> 15 17 <div class="entry-meta"> 16 18 <?php twentynineteen_posted_by(); ?> … … 44 46 ?> 45 47 </div><!-- .entry-meta --> 46 <?php endif; ?> 48 <?php 49 endif;
Note: See TracChangeset
for help on using the changeset viewer.