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

    r18253 r18266  
    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. */ ?>
     15        <?php if ( 'post' == get_post_type() ) : ?>
    1616        <div class="entry-meta">
    1717            <?php twentyeleven_posted_on(); ?>
Note: See TracChangeset for help on using the changeset viewer.