Changeset 45932 for trunk/src/wp-content/themes/twentyeleven/author.php
- Timestamp:
- 09/03/2019 12:39:13 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyeleven/author.php
r45604 r45932 29 29 <h1 class="page-title author"> 30 30 <?php 31 /* translators: %s: author display name*/31 /* translators: %s: Author display name. */ 32 32 printf( __( 'Author Archives: %s', 'twentyeleven' ), '<span class="vcard"><a class="url fn n" href="' . esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ) . '" title="' . esc_attr( get_the_author() ) . '" rel="me">' . get_the_author() . '</a></span>' ); 33 33 ?> … … 66 66 <h2> 67 67 <?php 68 /* translators: author display name*/68 /* translators: Author display name. */ 69 69 printf( __( 'About %s', 'twentyeleven' ), get_the_author() ); 70 70 ?>
Note: See TracChangeset
for help on using the changeset viewer.