diff --git a/src/wp-content/themes/twentyseventeen/404.php b/src/wp-content/themes/twentyseventeen/404.php
index 2807db1a88..1a87e46a34 100644
|
a
|
b
|
get_header(); ?>
|
| 18 | 18 | |
| 19 | 19 | <section class="error-404 not-found"> |
| 20 | 20 | <header class="page-header"> |
| 21 | | <h1 class="page-title"><?php _e( 'Oops! That page can’t be found.', 'twentyseventeen' ); ?></h1> |
| | 21 | <h1 class="page-title"><?php esc_html_e( 'Oops! That page can’t be found.', 'twentyseventeen' ); ?></h1> |
| 22 | 22 | </header><!-- .page-header --> |
| 23 | 23 | <div class="page-content"> |
| 24 | | <p><?php _e( 'It looks like nothing was found at this location. Maybe try a search?', 'twentyseventeen' ); ?></p> |
| | 24 | <p><?php esc_html_e( 'It looks like nothing was found at this location. Maybe try a search?', 'twentyseventeen' ); ?></p> |
| 25 | 25 | |
| 26 | 26 | <?php get_search_form(); ?> |
| 27 | 27 | |