Changeset 35000 for trunk/src/wp-admin/upgrade.php
- Timestamp:
- 10/10/2015 05:13:57 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/upgrade.php
r32642 r35000 95 95 <h2><?php _e( 'Database Update Required' ); ?></h2> 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 <p><?php _e( 'The update process may take a little while, so please be patient.' ); ?></p>97 <p><?php _e( 'The database update process may take a little while, so please be patient.' ); ?></p> 98 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> 99 99 <?php
Note: See TracChangeset
for help on using the changeset viewer.