From 10fc874c10de6ad5633c88b71046cea70dea8aa9 Mon Sep 17 00:00:00 2001 From: dd32 Date: Sat, 19 Jun 2010 06:49:38 +0000 Subject: [PATCH] Correct the links to the codex for non-english users. Props ocean90. Fixes #13948 for trunk git-svn-id: http://svn.automattic.com/wordpress/trunk@15281 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/update-core.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/update-core.php b/wp-admin/update-core.php index 457ca338a..81472f23c 100644 --- a/wp-admin/update-core.php +++ b/wp-admin/update-core.php @@ -42,7 +42,7 @@ function list_core_update( $update ) { elseif ( !$mysql_compat ) $message = sprintf( __('You cannot update because WordPress %1$s requires MySQL version %2$s or higher. You are running version %3$s.'), $update->current, $update->mysql_version, $mysql_version ); else - $message = sprintf(__('You can update to WordPress %1$s automatically or download the package and install it manually:'), $version_string); + $message = sprintf(__('You can update to WordPress %2$s automatically or download the package and install it manually:'), $update->current, $version_string); if ( !$mysql_compat || !$php_compat ) $show_buttons = false; }