diff --git a/wp-admin/admin-header.php b/wp-admin/admin-header.php index ff42e3ffc..bfd05339c 100644 --- a/wp-admin/admin-header.php +++ b/wp-admin/admin-header.php @@ -87,7 +87,7 @@ if ( ($is_gecko || $is_winIE) && strpos(strtolower($_SERVER['HTTP_USER_AGENT']),

-
+ -

Insert Image | Cancel

+

|

set_editor(""); jQuery('#extra_fields').show(); - jQuery('#extra_fields').before('

Loading...

'); + jQuery('#extra_fields').before('

'); jQuery('#extra_fields').load(''); jQuery.ajax({ type: "GET", @@ -518,7 +518,10 @@ if($_REQUEST['ajax'] == 'photo') { ?>

- +
+ + +

@@ -526,4 +529,4 @@ if($_REQUEST['ajax'] == 'photo') { ?> - \ No newline at end of file + diff --git a/wp-settings.php b/wp-settings.php index 32ac53509..e2680ded1 100644 --- a/wp-settings.php +++ b/wp-settings.php @@ -97,7 +97,7 @@ if ( empty($PHP_SELF) ) $_SERVER['PHP_SELF'] = $PHP_SELF = preg_replace("/(\?.*)?$/",'',$_SERVER["REQUEST_URI"]); if ( version_compare( '4.3', phpversion(), '>' ) ) { - die( /*WP_I18N_OLD_PHP*/'Your server is running PHP version ' . phpversion() . ' but WordPress requires at least 4.3.'/*/WP_I18N_OLD_PHP*/ ); + 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() ) ); } if ( !defined('WP_CONTENT_DIR') )