Make WordPress Core


Ignore:
Timestamp:
05/18/2011 05:26:40 PM (13 years ago)
Author:
nacin
Message:

the_excerpt() doesn't take an argument. props coffee2code. fixes #17489. see #13883.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentyeleven/content-image.php

    r17933 r17953  
    2727        <?php if ( is_search() ) : // Only display Excerpts for Search ?>
    2828        <div class="entry-summary">
    29             <?php the_excerpt( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'twentyeleven' ) ); ?>
     29            <?php the_excerpt(); ?>
    3030        </div><!-- .entry-summary -->
    3131        <?php else : ?>
Note: See TracChangeset for help on using the changeset viewer.