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