Make WordPress Core


Ignore:
Timestamp:
02/22/2013 06:05:00 AM (13 years ago)
Author:
lancewillett
Message:

Twenty Thirteen: update post formats for consistent post meta display, fixes #23553.

Fix a few typos for "tags-links" selectors and remove extraneous newlines.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentythirteen/content-status.php

    r23452 r23469  
    1616
    1717    <footer class="entry-meta">
    18         <?php if ( is_single() ) : ?>
    19             <?php twentythirteen_entry_meta(); ?>
    20         <?php else : ?>
    21             <?php twentythirteen_entry_date(); ?>
    22         <?php endif; ?>
     18        <?php twentythirteen_entry_meta(); ?>
    2319        <?php edit_post_link( __( 'Edit', 'twentythirteen' ), '<span class="edit-link">', '</span>' ); ?>
    2420
Note: See TracChangeset for help on using the changeset viewer.