Changeset 46445 for trunk/src/wp-content/themes/twentytwenty/404.php
- Timestamp:
- 10/08/2019 07:05:53 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwenty/404.php
r46357 r46445 15 15 <div class="section-inner thin error404-content"> 16 16 17 <h1 class="entry-title"><?php _e( 'Page Not Found', 'twentytwenty' ); // phpcs:ignore WordPress.Security.EscapeOutput.UnsafePrintingFunction -- core trusts translations?></h1>17 <h1 class="entry-title"><?php _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' ); // phpcs:ignore WordPress.Security.EscapeOutput.UnsafePrintingFunction -- core trusts translations?></p></div>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> 20 20 21 21 <?php 22 22 get_search_form( 23 23 array( 24 'label' => _ x( '404 not found', 'Label', 'twentytwenty' ),24 'label' => __( '404 not found', 'twentytwenty' ), 25 25 ) 26 26 ); … … 29 29 </div><!-- .section-inner --> 30 30 31 <?php get_template_part( 'template-parts/footer-menus-widgets' ); ?>31 </main><!-- #site-content --> 32 32 33 < /main><!-- #site-content -->33 <?php get_template_part( 'template-parts/footer-menus-widgets' ); ?> 34 34 35 35 <?php
Note: See TracChangeset
for help on using the changeset viewer.