Changeset 45932 for trunk/src/wp-content/themes/twentyten/loop-single.php
- Timestamp:
- 09/03/2019 12:39:13 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyten/loop-single.php
r45675 r45932 57 57 <h2> 58 58 <?php 59 /* translators: %s: author display name*/59 /* translators: %s: Author display name. */ 60 60 printf( __( 'About %s', 'twentyten' ), get_the_author() ); 61 61 ?> … … 65 65 <a href="<?php echo esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ); ?>" rel="author"> 66 66 <?php 67 /* translators: %s: author display name*/67 /* translators: %s: Author display name. */ 68 68 printf( __( 'View all posts by %s <span class="meta-nav">→</span>', 'twentyten' ), get_the_author() ); 69 69 ?>
Note: See TracChangeset
for help on using the changeset viewer.