- Timestamp:
- 10/30/2018 02:13:07 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/src/wp-content/themes/twentynineteen/search.php
r43808 r43842 7 7 * @package WordPress 8 8 * @subpackage Twenty_Nineteen 9 * @since 1.0.0 9 10 */ 10 11 … … 21 22 <?php esc_html_e( 'Search results for:', 'twentynineteen' ); ?> 22 23 </h1> 23 <div class="page-description"> 24 <?php echo get_search_query(); ?> 25 </div> 24 <div class="page-description"><?php echo get_search_query(); ?></div> 26 25 </header><!-- .page-header --> 27 26 … … 36 35 * called content-___.php (where ___ is the Post Format name) and that will be used instead. 37 36 */ 38 get_template_part( 'template-parts/content/content' );37 get_template_part( 'template-parts/content/content', 'excerpt' ); 39 38 40 39 // End the loop.
Note: See TracChangeset
for help on using the changeset viewer.