Ticket #17489: 17489.diff
File 17489.diff, 4.1 KB (added by , 14 years ago) |
---|
-
wp-content/themes/twentyeleven/content-aside.php
29 29 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 : ?> 35 35 <div class="entry-content"> -
wp-content/themes/twentyeleven/content-link.php
29 29 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 : ?> 35 35 <div class="entry-content"> -
wp-content/themes/twentyeleven/content.php
43 43 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 : ?> 49 49 <div class="entry-content"> -
wp-content/themes/twentyeleven/content-image.php
26 26 27 27 <?php if ( is_search() ) : // Only display Excerpts for Search ?> 28 28 <div class="entry-summary"> 29 <?php the_excerpt( __( 'Continue reading <span class="meta-nav">→</span>', 'twentyeleven' )); ?>29 <?php the_excerpt(); ?> 30 30 </div><!-- .entry-summary --> 31 31 <?php else : ?> 32 32 <div class="entry-content"> -
wp-content/themes/twentyeleven/content-status.php
28 28 29 29 <?php if ( is_search() ) : // Only display Excerpts for Search ?> 30 30 <div class="entry-summary"> 31 <?php the_excerpt( __( 'Continue reading <span class="meta-nav">→</span>', 'twentyeleven' )); ?>31 <?php the_excerpt(); ?> 32 32 </div><!-- .entry-summary --> 33 33 <?php else : ?> 34 34 <div class="entry-content"> -
wp-content/themes/twentyeleven/content-quote.php
39 39 40 40 <?php if ( is_search() ) : // Only display Excerpts for Search ?> 41 41 <div class="entry-summary"> 42 <?php the_excerpt( __( 'Continue reading <span class="meta-nav">→</span>', 'twentyeleven' )); ?>42 <?php the_excerpt(); ?> 43 43 </div><!-- .entry-summary --> 44 44 <?php else : ?> 45 45 <div class="entry-content"> -
wp-content/themes/twentyeleven/content-gallery.php
33 33 34 34 <?php if ( is_search() ) : // Only display Excerpts for search pages ?> 35 35 <div class="entry-summary"> 36 <?php the_excerpt( __( 'Continue reading <span class="meta-nav">→</span>', 'twentyeleven' )); ?>36 <?php the_excerpt(); ?> 37 37 </div><!-- .entry-summary --> 38 38 <?php else : ?> 39 39 <div class="entry-content">