Make WordPress Core


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentyten/loop-attachment.php

    r18189 r17305  
    3232                            printf( __( '<span class="%1$s">By</span> %2$s', 'twentyten' ),
    3333                                '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>',
    3535                                    get_author_posts_url( get_the_author_meta( 'ID' ) ),
    3636                                    sprintf( esc_attr__( 'View all posts by %s', 'twentyten' ), get_the_author() ),
Note: See TracChangeset for help on using the changeset viewer.