- Timestamp:
- 10/08/2019 07:05:53 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwenty/template-parts/entry-author-bio.php
r46357 r46445 17 17 <?php 18 18 printf( 19 /* Translators: %s: post author*/20 esc_html__( 'By %s', 'twentytwenty' ),19 /* translators: %s: Author name */ 20 __( 'By %s', 'twentytwenty' ), 21 21 esc_html( get_the_author() ) 22 22 ); … … 27 27 <?php the_author_meta( 'description' ); ?> 28 28 <a class="author-link" href="<?php echo esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ); ?>" rel="author"> 29 <?php esc_html_e( 'View Archive →', 'twentytwenty' ); ?>29 <?php _e( 'View Archive →', 'twentytwenty' ); ?> 30 30 </a> 31 31 </p><!-- .author-description -->
Note: See TracChangeset
for help on using the changeset viewer.