Ticket #51742: 51742.11.diff
File 51742.11.diff, 565 bytes (added by , 4 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 5a4a8d369f..32869db7f8 100644
a b function core_auto_updates_settings() { 407 407 ); 408 408 } 409 409 } elseif ( $upgrade_minor ) { 410 _e( 'This site is automatically kept up to date with maintenance and security releases of WordPress.' );410 _e( 'This site is only automatically kept up to date with maintenance and security releases of WordPress.' ); 411 411 412 412 if ( $can_set_update_option ) { 413 413 echo '<br>';