Correct the links to the codex for non-english users. Props ocean90. Fixes #13948 for 3.0

git-svn-id: http://svn.automattic.com/wordpress/branches/3.0@15282 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
dd32 2010-06-19 06:50:33 +00:00
parent 6fde54d055
commit 99372b016c
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ function list_core_update( $update ) {
elseif ( !$mysql_compat )
$message = sprintf( __('You cannot update because <a href="http://codex.wordpress.org/Version_%1$s">WordPress %1$s</a> 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 <a href="http://codex.wordpress.org/Version_%1$s">WordPress %1$s</a> automatically or download the package and install it manually:'), $version_string);
$message = sprintf(__('You can update to <a href="http://codex.wordpress.org/Version_%1$s">WordPress %2$s</a> automatically or download the package and install it manually:'), $update->current, $version_string);
if ( !$mysql_compat || !$php_compat )
$show_buttons = false;
}