Make WordPress Core

Ticket #29769: upgrade.php.diff

File upgrade.php.diff, 907 bytes (added by NikV, 10 years ago)
  • upgrade.php

     
    103103                <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>
    104104                <?php endif; ?>
    105105
     106                <?php echo '<div class="updated inline"><p>';
     107                _e('<strong>Important:</strong> before updating, please <a href="http://codex.wordpress.org/WordPress_Backups">back up your database and files</a>. For help with updates, visit the <a href="http://codex.wordpress.org/Updating_WordPress">Updating WordPress</a> Codex page.');
     108                echo '</p></div>'; ?>
     109
    106110                <p><?php _e( 'The database upgrade process may take a little while, so please be patient.' ); ?></p>
    107111                <p><a class="button" href="upgrade.php?action=upgrade"><?php _e( 'Upgrade Network' ); ?></a></p>
    108112                <?php