Larger buttons for the DB upgrade screens. see #21598.
git-svn-id: http://core.svn.wordpress.org/trunk@22424 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
69d63c243d
commit
0816e433b2
|
@ -64,7 +64,7 @@ else
|
|||
|
||||
<h2><?php _e( 'No Update Required' ); ?></h2>
|
||||
<p><?php _e( 'Your WordPress database is already up-to-date!' ); ?></p>
|
||||
<p class="step"><a class="button" href="<?php echo get_option( 'home' ); ?>/"><?php _e( 'Continue' ); ?></a></p>
|
||||
<p class="step"><a class="button button-large" href="<?php echo get_option( 'home' ); ?>/"><?php _e( 'Continue' ); ?></a></p>
|
||||
|
||||
<?php elseif ( !$php_compat || !$mysql_compat ) :
|
||||
if ( !$mysql_compat && !$php_compat )
|
||||
|
@ -84,7 +84,7 @@ switch ( $step ) :
|
|||
<h2><?php _e( 'Database Update Required' ); ?></h2>
|
||||
<p><?php _e( 'WordPress has been updated! Before we send you on your way, we have to update your database to the newest version.' ); ?></p>
|
||||
<p><?php _e( 'The update 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( 'Update WordPress Database' ); ?></a></p>
|
||||
<p class="step"><a class="button button-large" href="upgrade.php?step=1&backto=<?php echo $goback; ?>"><?php _e( 'Update WordPress Database' ); ?></a></p>
|
||||
<?php
|
||||
break;
|
||||
case 1:
|
||||
|
@ -96,7 +96,7 @@ switch ( $step ) :
|
|||
?>
|
||||
<h2><?php _e( 'Update Complete' ); ?></h2>
|
||||
<p><?php _e( 'Your WordPress database has been successfully updated!' ); ?></p>
|
||||
<p class="step"><a class="button" href="<?php echo $backto; ?>"><?php _e( 'Continue' ); ?></a></p>
|
||||
<p class="step"><a class="button button-large" href="<?php echo $backto; ?>"><?php _e( 'Continue' ); ?></a></p>
|
||||
|
||||
<!--
|
||||
<pre>
|
||||
|
|
Loading…
Reference in New Issue