Changeset 8641 for trunk/wp-content/themes/default/search.php
- Timestamp:
- 08/13/2008 09:58:06 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/default/search.php
r6132 r8641 15 15 <?php while (have_posts()) : the_post(); ?> 16 16 17 <div class="post">17 <div <?php post_class() ?>> 18 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>
Note: See TracChangeset
for help on using the changeset viewer.