Make WordPress Core


Ignore:
Timestamp:
06/11/2011 07:14:59 AM (14 years ago)
Author:
dd32
Message:

Remove the few post_type == post checks on Post Format templates, Post formats only apply to posts. See #17748

File:
1 edited

Legend:

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

    r18253 r18274  
    1717                <h2 class="entry-format"><?php _e( 'Aside', 'twentyeleven' ); ?></h2>
    1818            </hgroup>
    19 
    20             <?php if ( 'post' == get_post_type() ) : ?>
    21             <?php endif; ?>
    2219           
    2320            <?php if ( comments_open() ) : ?>
Note: See TracChangeset for help on using the changeset viewer.