Make WordPress Core


Ignore:
Timestamp:
06/11/2011 03:44:42 AM (13 years ago)
Author:
dd32
Message:

Remove debug comments & more housecleaning. See #17748

File:
1 edited

Legend:

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

    r18244 r18266  
    2424
    2525    <?php if ( is_search() ) : // Only display Excerpts for search pages ?>
    26     <div class="entry-summary">
    27         <?php the_excerpt(); ?>
    28     </div><!-- .entry-summary -->
    29     <?php else : ?>
    30     <div class="entry-content">
    31         <?php if ( post_password_required() ) : ?>
    32             <?php the_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'twentyeleven' ) ); ?>
     26        <div class="entry-summary">
     27            <?php the_excerpt(); ?>
     28        </div><!-- .entry-summary -->
     29        <?php else : ?>
     30        <div class="entry-content">
     31            <?php if ( post_password_required() ) : ?>
     32                <?php the_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'twentyeleven' ) ); ?>
    3333
    3434            <?php else : ?>
Note: See TracChangeset for help on using the changeset viewer.