Ticket #13883: 13883.diff
| File 13883.diff, 773 bytes (added by , 16 years ago) |
|---|
-
wp-content/themes/twentyten/loop.php
83 83 $total_images 84 84 ); ?></em></p> 85 85 86 <?php the_excerpt( ''); ?>86 <?php the_excerpt(); ?> 87 87 <?php endif; ?> 88 88 </div><!-- .entry-content --> 89 89 … … 130 130 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 : ?> 136 136 <div class="entry-content">