Make WordPress Core

Ticket #23540: 23540.2.diff

File 23540.2.diff, 1010 bytes (added by DrewAPicture, 12 years ago)
  • wp-admin/network/upgrade.php

     
    8484        break;
    8585        case 'show':
    8686        default:
    87                 ?><p><?php _e( 'You can update all the sites on your network through this page. It works by calling the update script of each site automatically. Hit the link below to update.' ); ?></p>
    88                 <p><a class="button" href="upgrade.php?action=upgrade"><?php _e("Update Network"); ?></a></p><?php
     87                ?>
     88                <h2><?php _e( 'Database Upgrade Required' ); ?></h2>
     89                <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>
     90                <p><?php _e( 'The upgrade process may take a little while, so please be patient.' ); ?></p>
     91                <p><a class="button" href="upgrade.php?action=upgrade"><?php _e( 'Upgrade Network' ); ?></a></p>
     92                <?php
    8993                do_action( 'wpmu_upgrade_page' );
    9094        break;
    9195}