Make WordPress Core

Changeset 32522


Ignore:
Timestamp:
05/21/2015 06:09:46 PM (10 years ago)
Author:
helen
Message:

Updates: Use the warning color for the backup notice, as it's not a success message.

props paulwilde.
fixes #32241.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/update-core.php

    r32116 r32522  
    163163        echo '</h3>';
    164164    } else {
    165         echo '<div class="updated inline"><p>';
     165        echo '<div class="notice notice-warning"><p>';
    166166        _e('<strong>Important:</strong> before updating, please <a href="https://codex.wordpress.org/WordPress_Backups">back up your database and files</a>. For help with updates, visit the <a href="https://codex.wordpress.org/Updating_WordPress">Updating WordPress</a> Codex page.');
    167167        echo '</p></div>';
Note: See TracChangeset for help on using the changeset viewer.