mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-13 06:07:23 +01:00
slightly more friendly database upgrade message
git-svn-id: http://svn.automattic.com/wordpress/trunk@10985 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
2724d67ab9
commit
281d9a19f9
@ -59,9 +59,9 @@ switch($step) :
|
||||
$goback = urlencode($goback);
|
||||
?>
|
||||
<h2><?php _e('Database Upgrade Required'); ?></h2>
|
||||
<p><?php _e('Your WordPress database is out-of-date, and must be upgraded before you can continue.'); ?></p>
|
||||
<p><?php _e('The upgrade process may take a while, so please be patient.'); ?></p>
|
||||
<p class="step"><a class="button" href="upgrade.php?step=1&backto=<?php echo $goback; ?>"><?php _e('Upgrade WordPress'); ?></a></p>
|
||||
<p><?php _e('WordPress has been updated! Before we send you on your way, we have to upgrade your database to the newest version.'); ?></p>
|
||||
<p><?php _e('The upgrade process may take a little while, so please be patient.'); ?></p>
|
||||
<p class="step"><a class="button" href="upgrade.php?step=1&backto=<?php echo $goback; ?>"><?php _e('Upgrade WordPress Database'); ?></a></p>
|
||||
<?php
|
||||
break;
|
||||
case 1:
|
||||
|
Loading…
Reference in New Issue
Block a user