gettext install and upgrade. http://mosquito.wordpress.org/view.php?id=994 From nbachiyski

git-svn-id: http://svn.automattic.com/wordpress/trunk@2391 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan
2005-02-27 23:09:58 +00:00
parent 778c30821d
commit 139adf7c5c
4 changed files with 39 additions and 39 deletions

View File

@@ -74,7 +74,7 @@ if ( !update_user_cache() && !strstr($_SERVER['PHP_SELF'], 'install.php') ) {
$link = 'install.php';
else
$link = 'wp-admin/install.php';
die("It doesn't look like you've installed WP yet. Try running <a href='$link'>install.php</a>.");
die(sprintf(__("It doesn't look like you've installed WP yet. Try running <a href='%s'>install.php</a>."), $link));
}
$wpdb->show_errors();
@@ -143,4 +143,4 @@ register_shutdown_function('shutdown_action_hook');
// Everything is loaded.
do_action('init');
?>
?>