- Timestamp:
- 01/29/2020 12:43:23 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwenty/template-parts/entry-author-bio.php
r46827 r47122 17 17 <?php 18 18 printf( 19 /* translators: %s: Author name */19 /* translators: %s: Author name. */ 20 20 __( 'By %s', 'twentytwenty' ), 21 21 esc_html( get_the_author() )
Note: See TracChangeset
for help on using the changeset viewer.