Ticket #50907: 50907.5.diff
File 50907.5.diff, 494 bytes (added by , 3 years ago) |
---|
-
src/wp-admin/update-core.php
diff --git a/src/wp-admin/update-core.php b/src/wp-admin/update-core.php index 135cb596c7..589da630f7 100644
a b function core_auto_updates_settings() { 314 314 update_site_option( 'auto_update_core_major', 0 ); 315 315 } 316 316 echo '<div class="notice notice-info is-dismissible"><p>'; 317 _e( 'WordPress auto-update ssettings updated.' );317 _e( 'WordPress auto-update settings updated.' ); 318 318 echo '</p></div>'; 319 319 } 320 320