mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-16 23:00:21 +00:00
Install and upgrade refactoring complete.
git-svn-id: https://develop.svn.wordpress.org/trunk@1601 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
+48
-26
@@ -11,47 +11,69 @@ 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">
|
||||
<head>
|
||||
<title>WordPress › Upgrade WordPress</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<style media="screen" type="text/css">
|
||||
<title>WordPress › Upgrade</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<style media="screen" type="text/css">
|
||||
<!--
|
||||
html {
|
||||
background: #eee;
|
||||
}
|
||||
body {
|
||||
background-color: white;
|
||||
color: black;
|
||||
background: #fff;
|
||||
color: #000;
|
||||
font-family: Georgia, "Times New Roman", Times, serif;
|
||||
margin-left: 15%;
|
||||
margin-right: 15%;
|
||||
margin-left: 20%;
|
||||
margin-right: 20%;
|
||||
padding: .2em 2em;
|
||||
}
|
||||
|
||||
h1 {
|
||||
color: #006;
|
||||
font-size: 18px;
|
||||
font-weight: lighter;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
p, li, dt {
|
||||
line-height: 140%;
|
||||
padding-bottom: 2px;
|
||||
}
|
||||
|
||||
ul, ol {
|
||||
padding: 5px 5px 5px 20px;
|
||||
}
|
||||
#logo {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background-image: url(http://wordpress.org/images/logo.png);
|
||||
background-repeat: no-repeat;
|
||||
height: 60px;
|
||||
border-bottom: 4px solid #333;
|
||||
}
|
||||
#logo a {
|
||||
display: block;
|
||||
text-decoration: none;
|
||||
text-indent: -100em;
|
||||
height: 60px;
|
||||
}
|
||||
p {
|
||||
line-height: 140%;
|
||||
margin-bottom: 2em;
|
||||
}
|
||||
.step a, .step input {
|
||||
font-size: 2em;
|
||||
}
|
||||
.step, th {
|
||||
text-align: right;
|
||||
}
|
||||
#footer {
|
||||
text-align: center; border-top: 1px solid #ccc; padding-top: 1em; font-style: italic;
|
||||
}
|
||||
-->
|
||||
</style>
|
||||
</head><body>
|
||||
<h1 id="logo"><a href="http://wordpress.org">WordPress</a></h1>
|
||||
</head>
|
||||
<body>
|
||||
<h1 id="logo"><img alt="WordPress" src="http://static.wordpress.org/logo.png" /></h1>
|
||||
<?php
|
||||
switch($step) {
|
||||
|
||||
case 0:
|
||||
?>
|
||||
<p>This file upgrades you from any previous version of WordPress to the latest. It may take a while though, so be patient. </p>
|
||||
<p>If you’re all ready, <a href="upgrade.php?step=1">let's go</a>! </p>
|
||||
<p>This file upgrades you from any previous version of WordPress to the latest. It may take a while though, so be patient.</p>
|
||||
<h2 class="step"><a href="upgrade.php?step=1">Upgrade WordPress »</a></h2>
|
||||
<?php
|
||||
break;
|
||||
|
||||
case 1:
|
||||
make_db_current_silent();
|
||||
upgrade_all();
|
||||
?>
|
||||
<h2>Step 1</h2>
|
||||
|
||||
Reference in New Issue
Block a user