mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Make the database update button primary.
see #23738. git-svn-id: https://develop.svn.wordpress.org/trunk@35204 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -95,7 +95,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 database update process may take a little while, so please be patient.' ); ?></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>
|
||||
<p class="step"><a class="button button-large button-primary" href="upgrade.php?step=1&backto=<?php echo $goback; ?>"><?php _e( 'Update WordPress Database' ); ?></a></p>
|
||||
<?php
|
||||
break;
|
||||
case 1:
|
||||
|
||||
Reference in New Issue
Block a user