Changeset 19582 for trunk/wp-content/themes/twentyten/functions.php
- Timestamp:
- 12/10/2011 07:18:51 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-content/themes/twentyten/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyten/functions.php
r19058 r19582 474 474 sprintf( '<span class="author vcard"><a class="url fn n" href="%1$s" title="%2$s">%3$s</a></span>', 475 475 get_author_posts_url( get_the_author_meta( 'ID' ) ), 476 sprintf( esc_attr__( 'View all posts by %s', 'twentyten' ), get_the_author() ),476 esc_attr( sprintf( __( 'View all posts by %s', 'twentyten' ), get_the_author() ) ), 477 477 get_the_author() 478 478 )
Note: See TracChangeset
for help on using the changeset viewer.