Make WordPress Core

Ticket #24845: 24845.diff

File 24845.diff, 782 bytes (added by duck_, 12 years ago)
  • src/wp-admin/network/upgrade.php

     
    8484        break;
    8585        case 'show':
    8686        default:
     87                if ( get_site_option( 'wpmu_upgrade_site' ) != $GLOBALS['wp_db_version'] ) :
    8788                ?>
    8889                <h3><?php _e( 'Database Upgrade Required' ); ?></h3>
    8990                <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>
     91                <?php endif; ?>
     92
    9093                <p><?php _e( 'The upgrade process may take a little while, so please be patient.' ); ?></p>
    9194                <p><a class="button" href="upgrade.php?action=upgrade"><?php _e( 'Upgrade Network' ); ?></a></p>
    9295                <?php