Make WordPress Core


Ignore:
Timestamp:
09/30/2019 05:40:14 PM (4 years ago)
Author:
desrosj
Message:

Bundled Themes: Update Twenty Twenty.

This brings trunk’s version of Twenty Twenty in-sync with GitHub.

For a complete list of changes since [46271], see https://github.com/WordPress/twentytwenty/compare/932b16248...dd7032f

Props anlino, ianbelanger, nielslange, acosmin, netweb, williampatton, adhitya03, phpdocs, acalfieri, itowhid06, littlebigthing, aristath, karmatosed, poena.
See #48110.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentytwenty/404.php

    r46271 r46357  
    1313<main id="site-content" role="main">
    1414
    15     <div class="section-inner thin">
     15    <div class="section-inner thin error404-content">
    1616
    1717        <h1 class="entry-title"><?php _e( 'Page Not Found', 'twentytwenty' ); // phpcs:ignore WordPress.Security.EscapeOutput.UnsafePrintingFunction -- core trusts translations ?></h1>
     
    2222        get_search_form(
    2323            array(
    24                 'label' => __( '404 not found', 'twentytwenty' ),
     24                'label' => _x( '404 not found', 'Label', 'twentytwenty' ),
    2525            )
    2626        );
     
    2929    </div><!-- .section-inner -->
    3030
     31    <?php get_template_part( 'template-parts/footer-menus-widgets' ); ?>
     32
    3133</main><!-- #site-content -->
    3234
Note: See TracChangeset for help on using the changeset viewer.