- Timestamp:
- 09/03/2019 12:39:13 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentythirteen/author-bio.php
r45609 r45932 26 26 <h2 class="author-title"> 27 27 <?php 28 /* translators: %s: author display name*/28 /* translators: %s: Author display name. */ 29 29 printf( __( 'About %s', 'twentythirteen' ), get_the_author() ); 30 30 ?> … … 34 34 <a class="author-link" href="<?php echo esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ); ?>" rel="author"> 35 35 <?php 36 /* translators: %s: author display name*/36 /* translators: %s: Author display name. */ 37 37 printf( __( 'View all posts by %s <span class="meta-nav">→</span>', 'twentythirteen' ), get_the_author() ); 38 38 ?>
Note: See TracChangeset
for help on using the changeset viewer.