- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyten/loop-attachment.php
r18189 r17305 32 32 printf( __( '<span class="%1$s">By</span> %2$s', 'twentyten' ), 33 33 'meta-prep meta-prep-author', 34 sprintf( '<span class="author vcard"><a class="url fn n" href="%1$s" title="%2$s" rel="author">%3$s</a></span>',34 sprintf( '<span class="author vcard"><a class="url fn n" href="%1$s" title="%2$s">%3$s</a></span>', 35 35 get_author_posts_url( get_the_author_meta( 'ID' ) ), 36 36 sprintf( esc_attr__( 'View all posts by %s', 'twentyten' ), get_the_author() ),
Note: See TracChangeset
for help on using the changeset viewer.