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 |