mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
I18n: Begin introducing translator comments for strings which include placeholders but no accompanying translator comment.
Adds context to one string used in two different contexts for the new user and new site signup email notification. More to come. See #38882 git-svn-id: https://develop.svn.wordpress.org/trunk@39323 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -128,6 +128,7 @@ function wp_check_php_mysql_versions() {
|
||||
$protocol = wp_get_server_protocol();
|
||||
header( sprintf( '%s 500 Internal Server Error', $protocol ), true, 500 );
|
||||
header( 'Content-Type: text/html; charset=utf-8' );
|
||||
/* translators: 1: Current PHP version number, 2: WordPress version number, 3: Minimum required PHP version number */
|
||||
die( sprintf( __( 'Your server is running PHP version %1$s but WordPress %2$s requires at least %3$s.' ), $php_version, $wp_version, $required_php_version ) );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user