Making WordPress.org


Ignore:
Timestamp:
11/04/2022 08:58:38 AM (3 years ago)
Author:
coffee2code
Message:

Photo Directory: Offer a link to a contributor's photo archive if a search exactly matches a contributor's username.

Props topher1kenobe, coffee2code.
Fixes #6362.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-photos/search.php

    r11647 r12204  
    3030
    3131        <?php
     32            get_template_part( 'template-parts/content-partial-search', 'user' );
     33
    3234            while ( have_posts() ) :
    3335                the_post();
     
    4951
    5052            <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' ); ?>
    5155
    5256            <p><?php _e( 'Please try again with some different keywords.', 'wporg-photos' ); ?></p>
Note: See TracChangeset for help on using the changeset viewer.