- Timestamp:
- 09/03/2019 12:39:13 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentynineteen/template-parts/post/author-bio.php
r44305 r45932 14 14 <?php 15 15 printf( 16 /* translators: %s: post author*/16 /* translators: %s: Post author. */ 17 17 __( 'Published by %s', 'twentynineteen' ), 18 18 esc_html( get_the_author() )
Note: See TracChangeset
for help on using the changeset viewer.