Changeset 35204
- Timestamp:
- 10/15/2015 05:34:30 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/upgrade.php
r35000 r35204 96 96 <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> 97 97 <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&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&backto=<?php echo $goback; ?>"><?php _e( 'Update WordPress Database' ); ?></a></p> 99 99 <?php 100 100 break;
Note: See TracChangeset
for help on using the changeset viewer.