Changeset 44196 for branches/5.0/src/wp-content/themes/twentynineteen/template-parts/post/author-bio.php
- Timestamp:
- 12/14/2018 09:23:52 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/src/wp-content/themes/twentynineteen/template-parts/post/author-bio.php
r43860 r44196 11 11 <div class="author-bio"> 12 12 <h2 class="author-title"> 13 <?php /* translators: %s: author name */ ?> 13 14 <span class="author-heading"><?php echo esc_html( sprintf( __( 'Published by %s', 'twentynineteen' ), get_the_author() ) ); ?></span> 14 15 </h2>
Note: See TracChangeset
for help on using the changeset viewer.