Changeset 25743 for trunk/src/wp-content/themes/twentyfourteen/author.php
- Timestamp:
- 10/09/2013 07:06:06 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/author.php
r25213 r25743 28 28 29 29 printf( __( 'All posts by %s', 'twentyfourteen' ), sprintf( 30 '<span class="vcard"><a class="url fn n" href="%1$s" title="%2$s" rel="me">%3$s</a></span>',30 '<span class="vcard"><a class="url fn n" href="%1$s" rel="me">%2$s</a></span>', 31 31 esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ), 32 esc_attr( get_the_author() ),33 32 get_the_author() 34 33 ) );
Note: See TracChangeset
for help on using the changeset viewer.