Changeset 25625 for trunk/src/wp-content/themes/twentyeleven/search.php
- Timestamp:
- 09/25/2013 04:49:36 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyeleven/search.php
r17959 r25625 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 … … 25 25 26 26 <?php 27 /* Include the Post-Format-specific template for the content. 27 /** 28 * Include the Post-Format-specific template for the content. 28 29 * If you want to overload this in a child theme then include a file 29 * called content-___.php (where ___ is the Post Format name) and that will be used instead. 30 * called content-___.php (where ___ is the Post Format name) and that 31 * will be used instead. 30 32 */ 31 33 get_template_part( 'content', get_post_format() );
Note: See TracChangeset
for help on using the changeset viewer.