Make WordPress Core

Ticket #29769: upgrade-revised.php.diff

File upgrade-revised.php.diff, 891 bytes (added by NikV, 10 years ago)

Making a small revision with the HTML in this file.

  • 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                <div class="updated inline"><p>
     107                <?php _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                </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