Changeset 5149 for trunk/wp-content/themes/default/search.php
- Timestamp:
- 03/31/2007 06:16:12 AM (19 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
r3517 r5149 19 19 <small><?php the_time('l, F jS, Y') ?></small> 20 20 21 <p class="postmetadata"> Posted in <?php the_category(', ') ?> | <?php edit_post_link('Edit', '', ' | '); ?> <?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?></p>21 <p class="postmetadata"><?php the_tags('Tags: ', ', ', '<br />'); ?> Posted in <?php the_category(', ') ?> | <?php edit_post_link('Edit', '', ' | '); ?> <?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?></p> 22 22 </div> 23 23
Note: See TracChangeset
for help on using the changeset viewer.