Make WordPress Core

Changeset 29990


Ignore:
Timestamp:
10/22/2014 11:59:43 AM (9 years ago)
Author:
SergeyBiryukov
Message:

Twenty Fifteen: Remove a non-relevant part of a string in 404.php.

props davidakennedy.
fixes #30061.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyfifteen/404.php

    r29892 r29990  
    1919
    2020                <div class="page-content">
    21                     <p><?php esc_html_e( 'It looks like nothing was found at this location. Maybe try one of the links below or a search?', 'twentyfifteen' ); ?></p>
     21                    <p><?php esc_html_e( 'It looks like nothing was found at this location. Maybe try a search?', 'twentyfifteen' ); ?></p>
    2222
    2323                    <?php get_search_form(); ?>
Note: See TracChangeset for help on using the changeset viewer.