- Timestamp:
- 06/11/2011 03:44:42 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyeleven/content-gallery.php
r18244 r18266 24 24 25 25 <?php if ( is_search() ) : // Only display Excerpts for search pages ?> 26 <div class="entry-summary">27 <?php the_excerpt(); ?>28 </div><!-- .entry-summary -->29 <?php else : ?>30 <div class="entry-content">31 <?php if ( post_password_required() ) : ?>32 <?php the_content( __( 'Continue reading <span class="meta-nav">→</span>', 'twentyeleven' ) ); ?>26 <div class="entry-summary"> 27 <?php the_excerpt(); ?> 28 </div><!-- .entry-summary --> 29 <?php else : ?> 30 <div class="entry-content"> 31 <?php if ( post_password_required() ) : ?> 32 <?php the_content( __( 'Continue reading <span class="meta-nav">→</span>', 'twentyeleven' ) ); ?> 33 33 34 34 <?php else : ?>
Note: See TracChangeset
for help on using the changeset viewer.