X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/38ca813a0e312e2768e5b9519f0415cd0aa84781..8f374b7233bc2815ccc387e448d208c5434eb961:/wp-content/themes/twentyten/loop-attachment.php diff --git a/wp-content/themes/twentyten/loop-attachment.php b/wp-content/themes/twentyten/loop-attachment.php index 7368200a..e7758697 100644 --- a/wp-content/themes/twentyten/loop-attachment.php +++ b/wp-content/themes/twentyten/loop-attachment.php @@ -2,7 +2,7 @@ /** * The loop that displays an attachment. * - * 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. @@ -18,7 +18,7 @@ post_parent ) ) : ?> -

← %s', 'twentyten' ), get_the_title( $post->post_parent ) ); ?>

@@ -33,7 +33,7 @@ 'meta-prep meta-prep-author', sprintf( '', get_author_posts_url( get_the_author_meta( 'ID' ) ), - sprintf( esc_attr__( 'View all posts by %s', 'twentyten' ), get_the_author() ), + esc_attr( sprintf( __( 'View all posts by %s', 'twentyten' ), get_the_author() ) ), get_the_author() ) ); @@ -85,7 +85,7 @@ $next_attachment_url = wp_get_attachment_url(); } ?> -

ID, array( $attachment_width, $attachment_height ) ); // filterable image width with, essentially, no limit for image height. @@ -96,7 +96,7 @@

- +
post_excerpt ) ) the_excerpt(); ?>
@@ -114,4 +114,4 @@ - \ No newline at end of file +