Don't pass bogus argument to the_excerpt. props zeo, fixes #13883.

git-svn-id: https://develop.svn.wordpress.org/trunk@15247 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2010-06-14 08:24:34 +00:00
parent 0242479630
commit b266cf37cb
1 changed files with 2 additions and 2 deletions

View File

@ -83,7 +83,7 @@
$total_images $total_images
); ?></em></p> ); ?></em></p>
<?php the_excerpt( '' ); ?> <?php the_excerpt(); ?>
<?php endif; ?> <?php endif; ?>
</div><!-- .entry-content --> </div><!-- .entry-content -->
@ -130,7 +130,7 @@
<?php if ( is_archive() || is_search() ) : // Only display excerpts for archives and search. ?> <?php if ( is_archive() || is_search() ) : // Only display excerpts for archives and search. ?>
<div class="entry-summary"> <div class="entry-summary">
<?php the_excerpt( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'twentyten' ) ); ?> <?php the_excerpt(); ?>
</div><!-- .entry-summary --> </div><!-- .entry-summary -->
<?php else : ?> <?php else : ?>
<div class="entry-content"> <div class="entry-content">