Changeset 31266 for trunk/src/wp-content/themes/twentyten/author.php
- Timestamp:
- 01/22/2015 12:41:58 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyten/author.php
r25746 r31266 26 26 ?> 27 27 28 <h1 class="page-title author"><?php printf( __( 'Author Archives: %s', 'twentyten' ), "<span class='vcard'><a class='url fn n' href='" . get_author_posts_url( get_the_author_meta( 'ID' ) ) . "' title='" . esc_attr( get_the_author() ) . "' rel='me'>" . get_the_author() . "</a></span>"); ?></h1>28 <h1 class="page-title author"><?php 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>' ); ?></h1> 29 29 30 30 <?php … … 64 64 * called loop-author.php and that will be used instead. 65 65 */ 66 66 get_template_part( 'loop', 'author' ); 67 67 ?> 68 68 </div><!-- #content -->
Note: See TracChangeset
for help on using the changeset viewer.