Changeset 45932 for trunk/src/wp-content/themes/twentytwelve/content.php
- Timestamp:
- 09/03/2019 12:39:13 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwelve/content.php
r45609 r45932 71 71 <h2> 72 72 <?php 73 /* translators: %s: author display name*/73 /* translators: %s: Author display name. */ 74 74 printf( __( 'About %s', 'twentytwelve' ), get_the_author() ); 75 75 ?> … … 79 79 <a href="<?php echo esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ); ?>" rel="author"> 80 80 <?php 81 /* translators: %s: author display name*/81 /* translators: %s: Author display name. */ 82 82 printf( __( 'View all posts by %s <span class="meta-nav">→</span>', 'twentytwelve' ), get_the_author() ); 83 83 ?>
Note: See TracChangeset
for help on using the changeset viewer.