Make WordPress Core


Ignore:
Timestamp:
10/20/2020 06:24:33 PM (5 years ago)
Author:
desrosj
Message:

Twenty Twenty: Import the latest changes from GitHub

For a full list of changes since [49216], see https://github.com/WordPress/twentytwentyone/compare/dfe141276ca4b856bbcd748f9da108ddad026c4c...trunk/.

Props poena, melchoyce, luminuu, aristath, jffng, ryelle, kishanjasani, rolfsiebers, sresok, desrosj.
See #51526.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentytwentyone/inc/back-compat.php

    r49216 r49247  
    4040    printf(
    4141        /* translators: %s: WordPress Version. */
    42         esc_html__( 'This theme requires at least WordPress version 5.3. You are running version %s. Please upgrade and try again.', 'twentytwentyone' ),
     42        esc_html__( 'This theme requires WordPress 5.3 or newer. You are running version %s. Please upgrade.', 'twentytwentyone' ),
    4343        esc_html( $GLOBALS['wp_version'] )
    4444    );
     
    5959        sprintf(
    6060            /* translators: %s: WordPress Version. */
    61             esc_html__( 'This theme requires at least WordPress version 5.3. You are running version %s. Please upgrade and try again.', 'twentytwentyone' ),
     61            esc_html__( 'This theme requires WordPress 5.3 or newer. You are running version %s. Please upgrade.', 'twentytwentyone' ),
    6262            esc_html( $GLOBALS['wp_version'] )
    6363        ),
     
    8484            sprintf(
    8585                /* translators: %s: WordPress Version. */
    86                 esc_html__( 'This theme requires at least WordPress version 5.3. You are running version %s. Please upgrade and try again.', 'twentytwentyone' ),
     86                esc_html__( 'This theme requires WordPress 5.3 or newer. You are running version %s. Please upgrade.', 'twentytwentyone' ),
    8787                esc_html( $GLOBALS['wp_version'] )
    8888            )
Note: See TracChangeset for help on using the changeset viewer.