Twenty Fifteen: Remove a non-relevant part of a string in 404.php.
props davidakennedy. fixes #30061. git-svn-id: https://develop.svn.wordpress.org/trunk@29990 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
2ba822f6f1
commit
efd52e2bd9
|
@ -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 -->
|
||||
|
|
Loading…
Reference in New Issue