mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-22 17:18:32 +01:00
Upgrade/Install: Adjust a string in core_auto_updates_settings()
for consistency.
Props audrasjb, desrosj. See #50907. Built from https://develop.svn.wordpress.org/trunk@49345 git-svn-id: http://core.svn.wordpress.org/trunk@49105 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
3fc623c202
commit
a6db16fad0
@ -314,7 +314,7 @@ function core_auto_updates_settings() {
|
||||
update_site_option( 'auto_update_core_major', 0 );
|
||||
}
|
||||
echo '<div class="notice notice-info is-dismissible"><p>';
|
||||
_e( 'WordPress auto-updates settings updated.' );
|
||||
_e( 'WordPress auto-update settings updated.' );
|
||||
echo '</p></div>';
|
||||
}
|
||||
|
||||
|
@ -13,7 +13,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.6-beta1-49344';
|
||||
$wp_version = '5.6-beta1-49345';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user