Changeset 34701
- Timestamp:
- 09/29/2015 09:27:42 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/network/upgrade.php
r32974 r34701 112 112 if ( get_site_option( 'wpmu_upgrade_site' ) != $GLOBALS['wp_db_version'] ) : 113 113 ?> 114 <h 3><?php _e( 'Database Upgrade Required' ); ?></h3>114 <h2><?php _e( 'Database Upgrade 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; ?>
Note: See TracChangeset
for help on using the changeset viewer.