Changeset 44202 for branches/5.0/src/wp-content/themes/twentynineteen/template-parts/post/author-bio.php
- Timestamp:
- 12/14/2018 10:28:18 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/src/wp-content/themes/twentynineteen/template-parts/post/author-bio.php
r44199 r44202 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.