diff --git a/src/wp-content/themes/twentytwenty/404.php b/src/wp-content/themes/twentytwenty/404.php
index 64c25039a9..9efb6c860e 100644
|
a
|
b
|
get_header(); |
| 14 | 14 | |
| 15 | 15 | <div class="section-inner thin error404-content"> |
| 16 | 16 | |
| 17 | | <h1 class="entry-title"><?php _e( 'Page Not Found', 'twentytwenty' ); ?></h1> |
| | 17 | <h1 class="entry-title"><?php esc_html_e( 'Page Not Found', 'twentytwenty' ); ?></h1> |
| 18 | 18 | |
| 19 | | <div class="intro-text"><p><?php _e( 'The page you were looking for could not be found. It might have been removed, renamed, or did not exist in the first place.', 'twentytwenty' ); ?></p></div> |
| | 19 | <div class="intro-text"><p><?php esc_html_e( 'The page you were looking for could not be found. It might have been removed, renamed, or did not exist in the first place.', 'twentytwenty' ); ?></p></div> |
| 20 | 20 | |
| 21 | 21 | <?php |
| 22 | 22 | get_search_form( |