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.php

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