- Timestamp:
- 04/26/2011 06:34:52 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyeleven/content-gallery.php
r17669 r17714 32 32 <?php if ( post_password_required() ) : ?> 33 33 <?php the_content( __( 'Continue reading <span class="meta-nav">→</span>', 'twentyeleven' ) ); ?> 34 34 35 35 <?php else : ?> 36 36 <?php … … 45 45 <a href="<?php the_permalink(); ?>"><?php echo $image_img_tag; ?></a> 46 46 </figure><!-- .gallery-thumb --> 47 47 48 48 <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, 'twentyeleven' ), 49 49 'href="' . get_permalink() . '" title="' . sprintf( esc_attr__( 'Permalink to %s', 'twentyeleven' ), the_title_attribute( 'echo=0' ) ) . '" rel="bookmark"',
Note: See TracChangeset
for help on using the changeset viewer.