]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-content/themes/twentyten/loop-attachment.php
Wordpress 3.2
[autoinstalls/wordpress.git] / wp-content / themes / twentyten / loop-attachment.php
index 20794fba09e2ea9ea8af398336247f08e440db6b..7368200ab266321dd460d16b8c4daf980cc6122d 100644 (file)
@@ -31,7 +31,7 @@
                                                <?php
                                                        printf( __( '<span class="%1$s">By</span> %2$s', 'twentyten' ),
                                                                'meta-prep meta-prep-author',
-                                                               sprintf( '<span class="author vcard"><a class="url fn n" href="%1$s" title="%2$s">%3$s</a></span>',
+                                                               sprintf( '<span class="author vcard"><a class="url fn n" href="%1$s" title="%2$s" rel="author">%3$s</a></span>',
                                                                        get_author_posts_url( get_the_author_meta( 'ID' ) ),
                                                                        sprintf( esc_attr__( 'View all posts by %s', 'twentyten' ), get_the_author() ),
                                                                        get_the_author()