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