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.
Built from https://develop.svn.wordpress.org/trunk@49490


git-svn-id: http://core.svn.wordpress.org/trunk@49249 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj 2020-11-03 17:55:06 +00:00
parent 3cee52b362
commit 5392af9208
2 changed files with 2 additions and 2 deletions

View File

@ -313,7 +313,7 @@ function core_auto_updates_settings() {
} else {
update_site_option( 'auto_update_core_major', 0 );
}
echo '<div class="notice notice-info is-dismissible"><p>';
echo '<div class="notice notice-success is-dismissible"><p>';
_e( 'WordPress auto-update settings updated.' );
echo '</p></div>';
}

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.6-beta3-49489';
$wp_version = '5.6-beta3-49490';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.