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

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