Changeset 54922 for trunk/src/wp-content/themes/twentyten/author.php
- Timestamp:
- 12/01/2022 09:51:48 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyten/author.php
r48782 r54922 30 30 <?php 31 31 /* translators: %s: Author display name. */ 32 printf( __( 'Author Archives: %s', 'twentyten' ), '<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>' );32 printf( __( 'Author Archives: %s', 'twentyten' ), '<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>' ); 33 33 ?> 34 34 </h1>
Note: See TracChangeset
for help on using the changeset viewer.