Changeset 18266 for trunk/wp-content/themes/twentyeleven/content-single.php
- Timestamp:
- 06/11/2011 03:44:42 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyeleven/content-single.php
r18253 r18266 13 13 <h1 class="entry-title"><?php the_title(); ?></h1> 14 14 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() ) : ?> 16 16 <div class="entry-meta"> 17 17 <?php twentyeleven_posted_on(); ?>
Note: See TracChangeset
for help on using the changeset viewer.