Make WordPress Core


Ignore:
Timestamp:
10/08/2019 07:05:53 PM (6 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 [46357], see https://github.com/WordPress/twentytwenty/compare/7157870...7246fd6.

Props anlino, ianbelanger, poena, williampatton, nielslange, acosmin, netweb, joyusly, luminuu, itowhid06, cbravobernal, intimez, glauberglauber, ocean90, amolv, briceduclos, aristath, mukesh27, garrett-eclipse, audrasjb, afercia, dianeco, utsav72640, mahesh901122, tobifjellner.
See #48110.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentytwenty/template-parts/entry-header.php

    r46357 r46445  
    3434
    3535            <div class="entry-categories">
    36                 <span class="screen-reader-text"><?php esc_html_e( 'Categories', 'twentytwenty' ); ?></span>
     36                <span class="screen-reader-text"><?php _e( 'Categories', 'twentytwenty' ); ?></span>
    3737                <div class="entry-categories-inner">
    3838                    <?php the_category( ' ' ); ?>
     
    6060            ?>
    6161
    62             <div class="intro-text section-inner max-percentage<?php echo esc_attr( $intro_text_width ); ?>">
     62            <div class="intro-text section-inner max-percentage<?php echo $intro_text_width; //phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped -- static output ?>">
    6363                <?php the_excerpt(); ?>
    6464            </div>
Note: See TracChangeset for help on using the changeset viewer.