84 | | <h2><?php _e( 'Database Update Required' ); ?></h2> |
85 | | <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> |
86 | | <p><?php _e( 'The update process may take a little while, so please be patient.' ); ?></p> |
87 | | <p class="step"><a class="button button-large" href="upgrade.php?step=1&backto=<?php echo $goback; ?>"><?php _e( 'Update WordPress Database' ); ?></a></p> |
| 84 | <h2><?php _e( 'Database Upgrade Required' ); ?></h2> |
| 85 | <p><?php _e( 'WordPress has been updated! Before we send you on your way, we have to upgrade your database to the newest version.' ); ?></p> |
| 86 | <p><?php _e( 'The upgrade process may take a little while, so please be patient.' ); ?></p> |
| 87 | <p class="step"><a class="button button-large" href="upgrade.php?step=1&backto=<?php echo $goback; ?>"><?php _e( 'Upgrade WordPress Database' ); ?></a></p> |