]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-content/themes/twentyten/loop-single.php
Wordpress 3.2
[autoinstalls/wordpress.git] / wp-content / themes / twentyten / loop-single.php
index 50860e24fe3b0a798a36138795a6f20a8db628f4..c12d47b2c1b945bc8c21091717203c7ba454b2ef 100644 (file)
@@ -43,7 +43,7 @@
                                                        <h2><?php printf( esc_attr__( 'About %s', 'twentyten' ), get_the_author() ); ?></h2>
                                                        <?php the_author_meta( 'description' ); ?>
                                                        <div id="author-link">
-                                                               <a href="<?php echo get_author_posts_url( get_the_author_meta( 'ID' ) ); ?>">
+                                                               <a href="<?php echo get_author_posts_url( get_the_author_meta( 'ID' ) ); ?>" rel="author">
                                                                        <?php printf( __( 'View all posts by %s <span class="meta-nav">&rarr;</span>', 'twentyten' ), get_the_author() ); ?>
                                                                </a>
                                                        </div><!-- #author-link -->