Changeset 46357 for trunk/src/wp-content/themes/twentytwenty/404.php
- Timestamp:
- 09/30/2019 05:40:14 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwenty/404.php
r46271 r46357 13 13 <main id="site-content" role="main"> 14 14 15 <div class="section-inner thin ">15 <div class="section-inner thin error404-content"> 16 16 17 17 <h1 class="entry-title"><?php _e( 'Page Not Found', 'twentytwenty' ); // phpcs:ignore WordPress.Security.EscapeOutput.UnsafePrintingFunction -- core trusts translations ?></h1> … … 22 22 get_search_form( 23 23 array( 24 'label' => _ _( '404 not found', 'twentytwenty' ),24 'label' => _x( '404 not found', 'Label', 'twentytwenty' ), 25 25 ) 26 26 ); … … 29 29 </div><!-- .section-inner --> 30 30 31 <?php get_template_part( 'template-parts/footer-menus-widgets' ); ?> 32 31 33 </main><!-- #site-content --> 32 34
Note: See TracChangeset
for help on using the changeset viewer.