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

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