Changeset 8641 for trunk/wp-content/themes/default/single.php
- Timestamp:
- 08/13/2008 09:58:06 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/default/single.php
r7582 r8641 10 10 </div> 11 11 12 <div class="post"id="post-<?php the_ID(); ?>">12 <div <?php post_class() ?> id="post-<?php the_ID(); ?>"> 13 13 <h2><?php the_title(); ?></h2> 14 14
Note: See TracChangeset
for help on using the changeset viewer.