]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/network/upgrade.php
WordPress 3.6.1-scripts
[autoinstalls/wordpress.git] / wp-admin / network / upgrade.php
index 74156547e9e9b237acc4fb1283a2239e37dbbeb4..1a004a2fcdf0fcb04fd548218c1b6c2f84d1e982 100644 (file)
@@ -84,9 +84,12 @@ switch ( $action ) {
        break;
        case 'show':
        default:
+               if ( get_site_option( 'wpmu_upgrade_site' ) != $GLOBALS['wp_db_version'] ) :
                ?>
                <h3><?php _e( 'Database Upgrade Required' ); ?></h3>
                <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>
+               <?php endif; ?>
+
                <p><?php _e( 'The upgrade process may take a little while, so please be patient.' ); ?></p>
                <p><a class="button" href="upgrade.php?action=upgrade"><?php _e( 'Upgrade Network' ); ?></a></p>
                <?php