Upgrade/Install: Adjust a string in core_auto_updates_settings()
for consistency.
Props audrasjb, desrosj. See #50907. git-svn-id: https://develop.svn.wordpress.org/trunk@49345 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
357c1c0b86
commit
078dfbafdc
@ -314,7 +314,7 @@ function core_auto_updates_settings() {
|
|||||||
update_site_option( 'auto_update_core_major', 0 );
|
update_site_option( 'auto_update_core_major', 0 );
|
||||||
}
|
}
|
||||||
echo '<div class="notice notice-info is-dismissible"><p>';
|
echo '<div class="notice notice-info is-dismissible"><p>';
|
||||||
_e( 'WordPress auto-updates settings updated.' );
|
_e( 'WordPress auto-update settings updated.' );
|
||||||
echo '</p></div>';
|
echo '</p></div>';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user