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

props davidakennedy.
fixes #30061.
Built from https://develop.svn.wordpress.org/trunk@29990


git-svn-id: http://core.svn.wordpress.org/trunk@29732 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2014-10-22 12:00:21 +00:00
parent 34ea8f9a5d
commit 43b2fe0f2f

View File

@ -18,7 +18,7 @@ get_header(); ?>
</header><!-- .page-header -->
<div class="page-content">
<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>
<p><?php esc_html_e( 'It looks like nothing was found at this location. Maybe try a search?', 'twentyfifteen' ); ?></p>
<?php get_search_form(); ?>
</div><!-- .page-content -->