Changeset 53131 for trunk/src/wp-admin/upgrade.php
- Timestamp:
- 04/11/2022 11:40:38 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/upgrade.php
r50561 r53131 138 138 ?> 139 139 <h1><?php _e( 'Database Update Required' ); ?></h1> 140 <p><?php _e( 'WordPress has been updated! Before we send you on your way, we haveto update your database to the newest version.' ); ?></p>140 <p><?php _e( 'WordPress has been updated! Next and final step is to update your database to the newest version.' ); ?></p> 141 141 <p><?php _e( 'The database update process may take a little while, so please be patient.' ); ?></p> 142 142 <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>
Note: See TracChangeset
for help on using the changeset viewer.