diff -r f507feede89a -r 09a1c134465b web/wp-content/themes/twentyten/loop.php --- a/web/wp-content/themes/twentyten/loop.php Wed Dec 19 12:35:13 2012 -0800 +++ b/web/wp-content/themes/twentyten/loop.php Wed Dec 19 17:46:52 2012 -0800 @@ -59,7 +59,7 @@ ID ) ) || in_category( _x( 'gallery', 'gallery category slug', 'twentyten' ) ) ) : ?>
%2$s photo.', 'This gallery contains %2$s photos.', $total_images, 'twentyten' ), - 'href="' . get_permalink() . '" title="' . sprintf( esc_attr__( 'Permalink to %s', 'twentyten' ), the_title_attribute( 'echo=0' ) ) . '" rel="bookmark"', + 'href="' . get_permalink() . '" title="' . esc_attr( sprintf( __( 'Permalink to %s', 'twentyten' ), the_title_attribute( 'echo=0' ) ) ) . '" rel="bookmark"', number_format_i18n( $total_images ) ); ?>
@@ -128,7 +128,7 @@