Ticket #15859: 15859.3.diff
File 15859.3.diff, 981 bytes (added by , 14 years ago) |
---|
-
wp-content/themes/twentyten/loop.php
82 82 <div class="gallery-thumb"> 83 83 <a class="size-thumbnail" href="<?php the_permalink(); ?>"><?php echo $image_img_tag; ?></a> 84 84 </div><!-- .gallery-thumb --> 85 <p><em><?php printf( _ _( 'This gallery contains <a %1$s>%2$s photos</a>.', 'twentyten' ),85 <p><em><?php printf( _n( 'This gallery contains <a %1$s>%2$s photo</a>.', 'This gallery contains <a %1$s>%2$s photos</a>.', $total_images, 'twentyten' ), 86 86 'href="' . get_permalink() . '" title="' . sprintf( esc_attr__( 'Permalink to %s', 'twentyten' ), the_title_attribute( 'echo=0' ) ) . '" rel="bookmark"', 87 $total_images87 number_format_i18n( $total_images ) 88 88 ); ?></em></p> 89 89 <?php endif; ?> 90 90 <?php the_excerpt(); ?>