Changeset 15247 for trunk/wp-content/themes/twentyten/loop.php
- Timestamp:
- 06/14/2010 08:24:34 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyten/loop.php
r15222 r15247 84 84 ); ?></em></p> 85 85 86 <?php the_excerpt( ''); ?>86 <?php the_excerpt(); ?> 87 87 <?php endif; ?> 88 88 </div><!-- .entry-content --> … … 131 131 <?php if ( is_archive() || is_search() ) : // Only display excerpts for archives and search. ?> 132 132 <div class="entry-summary"> 133 <?php the_excerpt( __( 'Continue reading <span class="meta-nav">→</span>', 'twentyten' )); ?>133 <?php the_excerpt(); ?> 134 134 </div><!-- .entry-summary --> 135 135 <?php else : ?>
Note: See TracChangeset
for help on using the changeset viewer.