Make WordPress Core

Changeset 35204


Ignore:
Timestamp:
10/15/2015 05:34:30 PM (9 years ago)
Author:
helen
Message:

Make the database update button primary.

see #23738.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/upgrade.php

    r35000 r35204  
    9696<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>
    9797<p><?php _e( 'The database update process may take a little while, so please be patient.' ); ?></p>
    98 <p class="step"><a class="button button-large" href="upgrade.php?step=1&amp;backto=<?php echo $goback; ?>"><?php _e( 'Update WordPress Database' ); ?></a></p>
     98<p class="step"><a class="button button-large button-primary" href="upgrade.php?step=1&amp;backto=<?php echo $goback; ?>"><?php _e( 'Update WordPress Database' ); ?></a></p>
    9999<?php
    100100        break;
Note: See TracChangeset for help on using the changeset viewer.