Changeset 6132 for trunk/wp-content/themes/default/search.php
- Timestamp:
- 09/18/2007 10:50:59 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-content/themes/default/search.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/default/search.php
r5664 r6132 16 16 17 17 <div class="post"> 18 <h3 id="post-<?php the_ID(); ?>"><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title (); ?>"><?php the_title(); ?></a></h3>18 <h3 id="post-<?php the_ID(); ?>"><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h3> 19 19 <small><?php the_time('l, F jS, Y') ?></small> 20 20
Note: See TracChangeset
for help on using the changeset viewer.