Changeset 25627 for trunk/src/wp-content/themes/twentyten/search.php
- Timestamp:
- 09/25/2013 05:03:34 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyten/search.php
r15226 r25627 1 1 <?php 2 2 /** 3 * T he template for displaying Search Results pages.3 * Template for displaying Search Results pages 4 4 * 5 5 * @package WordPress … … 16 16 <h1 class="page-title"><?php printf( __( 'Search Results for: %s', 'twentyten' ), '<span>' . get_search_query() . '</span>' ); ?></h1> 17 17 <?php 18 /* Run the loop for the search to output the results. 18 /** 19 * Run the loop for the search to output the results. 19 20 * If you want to overload this in a child theme then include a file 20 21 * called loop-search.php and that will be used instead.
Note: See TracChangeset
for help on using the changeset viewer.