Changeset 47122 for trunk/src/wp-content/themes/twentyfourteen/search.php
- Timestamp:
- 01/29/2020 12:43:23 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/search.php
r45932 r47122 25 25 26 26 <?php 27 27 // Start the Loop. 28 28 while ( have_posts() ) : 29 29 the_post(); 30 30 31 31 /* 32 * Include the post format-specific template for the content. If you want to33 * use this in a child theme, then include a file called content-___.php32 * Include the post format-specific template for the content. If you want 33 * to use this in a child theme, then include a file called content-___.php 34 34 * (where ___ is the post format) and that will be used instead. 35 35 */
Note: See TracChangeset
for help on using the changeset viewer.