Fix typo in wp-settings.php. Props mictasm, fixes #7638
git-svn-id: http://svn.automattic.com/wordpress/trunk@8772 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
924514a747
commit
e1226189ad
|
@ -101,7 +101,7 @@ if ( empty($PHP_SELF) )
|
|||
$_SERVER['PHP_SELF'] = $PHP_SELF = preg_replace("/(\?.*)?$/",'',$_SERVER["REQUEST_URI"]);
|
||||
|
||||
if ( version_compare( '4.3', phpversion(), '>' ) ) {
|
||||
die( sprintf( /*WP_I18N_OLD_PHP*/'Your server is running PHP version %s but WordPress requires at least 4.3.'/*/WP_I18N_OLD_PHP*/, php_version() ) );
|
||||
die( sprintf( /*WP_I18N_OLD_PHP*/'Your server is running PHP version %s but WordPress requires at least 4.3.'/*/WP_I18N_OLD_PHP*/, phpversion() ) );
|
||||
}
|
||||
|
||||
if ( !defined('WP_CONTENT_DIR') )
|
||||
|
|
Loading…
Reference in New Issue