]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-content/themes/twentyten/loop-single.php
WordPress 3.4.2
[autoinstalls/wordpress.git] / wp-content / themes / twentyten / loop-single.php
index 50860e24fe3b0a798a36138795a6f20a8db628f4..1dde4aa3efae976df4686246a2ce873c08e1dbed 100644 (file)
@@ -2,7 +2,7 @@
 /**
  * The loop that displays a single post.
  *
- * The loop displays the posts and the post content.  See
+ * The loop displays the posts and the post content. See
  * http://codex.wordpress.org/The_Loop to understand it and
  * http://codex.wordpress.org/Template_Tags to understand
  * the tags used in it.
                                                        <?php echo get_avatar( get_the_author_meta( 'user_email' ), apply_filters( 'twentyten_author_bio_avatar_size', 60 ) ); ?>
                                                </div><!-- #author-avatar -->
                                                <div id="author-description">
-                                                       <h2><?php printf( esc_attr__( 'About %s', 'twentyten' ), get_the_author() ); ?></h2>
+                                                       <h2><?php printf( __( '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 -->
@@ -64,4 +64,4 @@
 
                                <?php comments_template( '', true ); ?>
 
-<?php endwhile; // end of the loop. ?>
\ No newline at end of file
+<?php endwhile; // end of the loop. ?>