Make WordPress Core

Changeset 14391


Ignore:
Timestamp:
05/03/2010 07:30:02 PM (15 years ago)
Author:
ryan
Message:

Coding standard cleanups. Props zeo. see #13198

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentyten/loop.php

    r14384 r14391  
    8686    <?php elseif ( in_category( _x('asides', 'asides category slug', 'twentyten') ) ) : ?>
    8787        <div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
    88     <?php if ( is_archive() || is_search() ) : //Only display Excerpts for archives & search ?>
     88    <?php if ( is_archive() || is_search() ) : // Only display Excerpts for archives & search ?>
    8989            <div class="entry-summary">
    9090                <?php the_excerpt( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'twentyten' ) ); ?>
     
    131131            </div><!-- .entry-meta -->
    132132
    133     <?php if ( is_archive() || is_search() ) : //Only display Excerpts for archives & search ?>
     133    <?php if ( is_archive() || is_search() ) : // Only display Excerpts for archives & search ?>
    134134            <div class="entry-summary">
    135135                <?php the_excerpt( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'twentyten' ) ); ?>
Note: See TracChangeset for help on using the changeset viewer.