Make WordPress Core

Ticket #51742: 51742.11.diff

File 51742.11.diff, 565 bytes (added by audrasjb, 4 years ago)

Add "only" to Core auto-updates status string when sites are set to auto-update to minors versions only

  • 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() { 
    407407                                );
    408408                        }
    409409                } 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.' );
    411411
    412412                        if ( $can_set_update_option ) {
    413413                                echo '<br>';