mirror of
git://develop.git.wordpress.org/
synced 2025-01-19 13:47:02 +01:00
fixed typo
git-svn-id: https://develop.svn.wordpress.org/trunk@777 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
b23213685c
commit
e540f97296
@ -2,7 +2,7 @@
|
||||
$_wp_installing = 1;
|
||||
|
||||
if (file_exists('../wp-config.php'))
|
||||
die("The file 'wp-config.php already exists. If you need to reset any of the configuration items in this file, please delete it first.");
|
||||
die("The file 'wp-config.php' already exists. If you need to reset any of the configuration items in this file, please delete it first.");
|
||||
|
||||
if (!file_exists('../wp-config-sample.php'))
|
||||
die('Sorry, I need a wp-config-sample.php file to work from. Please re-upload this file from your WordPress installation.');
|
||||
|
@ -9,7 +9,7 @@ if (!$step) $step = 0;
|
||||
?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<title>WordPress › Upgrade WordPres</title>
|
||||
<title>WordPress › Upgrade WordPress</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
<style media="screen" type="text/css">
|
||||
body {
|
||||
|
Loading…
x
Reference in New Issue
Block a user