Changeset 12204 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-photos/search.php
- Timestamp:
- 11/04/2022 08:58:38 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-photos/search.php
r11647 r12204 30 30 31 31 <?php 32 get_template_part( 'template-parts/content-partial-search', 'user' ); 33 32 34 while ( have_posts() ) : 33 35 the_post(); … … 49 51 50 52 <p><?php _e( 'Sorry, but nothing matched your search terms.', 'wporg-photos' ); ?></p> 53 54 <?php get_template_part( 'template-parts/content-partial-search', 'user' ); ?> 51 55 52 56 <p><?php _e( 'Please try again with some different keywords.', 'wporg-photos' ); ?></p>
Note: See TracChangeset
for help on using the changeset viewer.