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:
@@ -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');
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user