- Timestamp:
- 12/18/2018 10:45:16 PM (6 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/5.0 merged: 44196,44199,44201-44202
- Property svn:mergeinfo changed
-
trunk/src/wp-content/themes/twentynineteen/template-parts/post/author-bio.php
r44149 r44305 11 11 <div class="author-bio"> 12 12 <h2 class="author-title"> 13 <span class="author-heading"><?php echo esc_html( sprintf( __( 'Published by %s', 'twentynineteen' ), get_the_author() ) ); ?></span> 13 <span class="author-heading"> 14 <?php 15 printf( 16 /* translators: %s: post author */ 17 __( 'Published by %s', 'twentynineteen' ), 18 esc_html( get_the_author() ) 19 ); 20 ?> 21 </span> 14 22 </h2> 15 23 <p class="author-description">
Note: See TracChangeset
for help on using the changeset viewer.