Changeset 14698 for trunk/wp-content/themes/twentyten/single.php
- Timestamp:
- 05/16/2010 08:53:36 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-content/themes/twentyten/single.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyten/single.php
r14692 r14698 25 25 26 26 <div class="entry-meta"> 27 <?php echotwentyten_posted_on(); ?>27 <?php twentyten_posted_on(); ?> 28 28 </div><!-- .entry-meta --> 29 29 … … 51 51 52 52 <div class="entry-utility"> 53 <?php echotwentyten_posted_in(); ?>53 <?php twentyten_posted_in(); ?> 54 54 <?php edit_post_link( __( 'Edit', 'twentyten' ), '<span class="edit-link">', '</span>' ); ?> 55 55 </div><!-- .entry-utility -->
Note: See TracChangeset
for help on using the changeset viewer.