Ticket #34082: 34082.patch
File 34082.patch, 616 bytes (added by , 6 years ago) |
---|
-
src/wp-admin/network/upgrade.php
111 111 default: 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; ?> 117 117