Make WordPress Core


Ignore:
Timestamp:
10/08/2019 07:05:53 PM (5 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-author-bio.php

    r46357 r46445  
    1717                <?php
    1818                printf(
    19                     /* Translators: %s: post author */
    20                     esc_html__( 'By %s', 'twentytwenty' ),
     19                    /* translators: %s: Author name */
     20                    __( 'By %s', 'twentytwenty' ),
    2121                    esc_html( get_the_author() )
    2222                );
     
    2727            <?php the_author_meta( 'description' ); ?>
    2828            <a class="author-link" href="<?php echo esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ); ?>" rel="author">
    29                 <?php esc_html_e( 'View Archive &rarr;', 'twentytwenty' ); ?>
     29                <?php _e( 'View Archive &rarr;', 'twentytwenty' ); ?>
    3030            </a>
    3131        </p><!-- .author-description -->
Note: See TracChangeset for help on using the changeset viewer.