Make WordPress Core


Ignore:
Timestamp:
06/10/2011 11:01:16 PM (12 years ago)
Author:
azaozz
Message:

Twenty Eleven code review and cleanup, props dd32, fixes #17748

File:
1 edited

Legend:

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

    r18244 r18253  
    1313        <h1 class="entry-title"><?php the_title(); ?></h1>
    1414
     15        <?php if ( 'post' == get_post_type() ) : /* Bit of a disconnect here, Some files include this test, not all do. */ ?>
    1516        <div class="entry-meta">
    1617            <?php twentyeleven_posted_on(); ?>
    1718        </div><!-- .entry-meta -->
     19        <?php endif; ?>
    1820    </header><!-- .entry-header -->
    1921
Note: See TracChangeset for help on using the changeset viewer.