Changeset 54923 for trunk/src/wp-content/themes/twentythirteen/author.php
- Timestamp:
- 12/01/2022 09:54:57 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentythirteen/author.php
r47122 r54923 32 32 <?php 33 33 /* translators: %s: Author display name. */ 34 printf( __( 'All posts by %s', 'twentythirteen' ), '<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>' );34 printf( __( 'All posts by %s', 'twentythirteen' ), '<span class="vcard"><a class="url fn n" href="' . esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ) . '" rel="me">' . get_the_author() . '</a></span>' ); 35 35 ?> 36 36 </h1>
Note: See TracChangeset
for help on using the changeset viewer.