Changeset 17953 for trunk/wp-content/themes/twentyeleven/content.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.php
r17802 r17953 44 44 <?php if ( is_search() ) : // Only display Excerpts for Search ?> 45 45 <div class="entry-summary"> 46 <?php the_excerpt( __( 'Continue reading <span class="meta-nav">→</span>', 'twentyeleven' )); ?>46 <?php the_excerpt(); ?> 47 47 </div><!-- .entry-summary --> 48 48 <?php else : ?>
Note: See TracChangeset
for help on using the changeset viewer.