Make WordPress Core

Changeset 49490


Ignore:
Timestamp:
11/03/2020 05:53:34 PM (4 years ago)
Author:
desrosj
Message:

Upgrade/Install: Change the notice displayed after saving auto-update settings to .notice-success.

This better conveys the message of the notice and brings consistency with other success notices throughout Core.

Props audrasjb.
Fixes #51701.

File:
1 edited

Legend:

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

    r49483 r49490  
    314314            update_site_option( 'auto_update_core_major', 0 );
    315315        }
    316         echo '<div class="notice notice-info is-dismissible"><p>';
     316        echo '<div class="notice notice-success is-dismissible"><p>';
    317317        _e( 'WordPress auto-update settings updated.' );
    318318        echo '</p></div>';
Note: See TracChangeset for help on using the changeset viewer.