Changeset 17953 for trunk/wp-content/themes/twentyeleven/content-aside.php
- Timestamp:
- 05/18/2011 05:26:40 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyeleven/content-aside.php
r17845 r17953 30 30 <?php if ( is_search() ) : // Only display Excerpts for Search ?> 31 31 <div class="entry-summary"> 32 <?php the_excerpt( __( 'Continue reading <span class="meta-nav">→</span>', 'twentyeleven' )); ?>32 <?php the_excerpt(); ?> 33 33 </div><!-- .entry-summary --> 34 34 <?php else : ?>
Note: See TracChangeset
for help on using the changeset viewer.