Changeset 6132 for trunk/wp-content/themes/default/single.php
- Timestamp:
- 09/18/2007 10:50:59 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-content/themes/default/single.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/default/single.php
r5982 r6132 11 11 12 12 <div class="post" id="post-<?php the_ID(); ?>"> 13 <h2><a href="<?php echo get_permalink() ?>" rel="bookmark" title="Permanent Link: <?php the_title (); ?>"><?php the_title(); ?></a></h2>13 <h2><a href="<?php echo get_permalink() ?>" rel="bookmark" title="Permanent Link: <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2> 14 14 15 15 <div class="entry">
Note: See TracChangeset
for help on using the changeset viewer.