Making WordPress.org


Ignore:
Timestamp:
06/17/2016 07:19:00 AM (10 years ago)
Author:
obenland
Message:

Plugin Directory: Updated no-results styles.

See #1719.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/template-parts/content-none.php

    r3193 r3393  
    2323        <?php elseif ( is_search() ) : ?>
    2424
    25             <p><?php esc_html_e( 'Sorry, but nothing matched your search terms. Please try again with some different keywords.', 'wporg-plugins' ); ?></p>
     25            <p><?php esc_html_e( 'Sorry, but nothing matched your search terms.', 'wporg-plugins' ); ?></p>
     26            <p><?php esc_html_e( 'Please try again with some different keywords.', 'wporg-plugins' ); ?></p>
    2627            <?php
    2728                get_search_form();
Note: See TracChangeset for help on using the changeset viewer.