- Timestamp:
- 02/22/2013 06:05:00 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentythirteen/content-status.php
r23452 r23469 16 16 17 17 <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(); ?> 23 19 <?php edit_post_link( __( 'Edit', 'twentythirteen' ), '<span class="edit-link">', '</span>' ); ?> 24 20
Note: See TracChangeset
for help on using the changeset viewer.