- Timestamp:
- 10/20/2020 06:24:33 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyone/inc/back-compat.php
r49216 r49247 40 40 printf( 41 41 /* 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' ), 43 43 esc_html( $GLOBALS['wp_version'] ) 44 44 ); … … 59 59 sprintf( 60 60 /* 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' ), 62 62 esc_html( $GLOBALS['wp_version'] ) 63 63 ), … … 84 84 sprintf( 85 85 /* 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' ), 87 87 esc_html( $GLOBALS['wp_version'] ) 88 88 )
Note: See TracChangeset
for help on using the changeset viewer.