Changeset 13146 for trunk/wp-content/themes/twentyten/search.php
- Timestamp:
- 02/14/2010 09:32:23 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyten/search.php
r13141 r13146 6 6 <?php if ( have_posts() ) : ?> 7 7 <h1 class="page-title"><?php _e( 'Search Results for: ', 'twentyten' ); ?><span><?php the_search_query(); ?></span></h1> 8 <?php include 'loop.php'; ?>8 <?php get_generic_template( 'loop', 'search' ); ?> 9 9 <?php else : ?> 10 10 <div id="post-0" class="post no-results not-found">
Note: See TracChangeset
for help on using the changeset viewer.