Changeset 35000 for trunk/src/wp-admin/network/upgrade.php
- Timestamp:
- 10/10/2015 05:13:57 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/network/upgrade.php
r34912 r35000 112 112 if ( get_site_option( 'wpmu_upgrade_site' ) != $GLOBALS['wp_db_version'] ) : 113 113 ?> 114 <h2><?php _e( 'Database Up grade Required' ); ?></h2>114 <h2><?php _e( 'Database Update Required' ); ?></h2> 115 115 <p><?php _e( 'WordPress has been updated! Before we send you on your way, we need to individually upgrade the sites in your network.' ); ?></p> 116 116 <?php endif; ?> 117 117 118 <p><?php _e( 'The database up grade process may take a little while, so please be patient.' ); ?></p>118 <p><?php _e( 'The database update process may take a little while, so please be patient.' ); ?></p> 119 119 <p><a class="button" href="upgrade.php?action=upgrade"><?php _e( 'Upgrade Network' ); ?></a></p> 120 120 <?php
Note: See TracChangeset
for help on using the changeset viewer.