Make WordPress Core

Ticket #50907: 50907.5.diff

File 50907.5.diff, 494 bytes (added by audrasjb, 3 years ago)

Core auto-updates: fix a small inconsistency between a notice and the section title.

  • 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() { 
    314314                        update_site_option( 'auto_update_core_major', 0 );
    315315                }
    316316                echo '<div class="notice notice-info is-dismissible"><p>';
    317                 _e( 'WordPress auto-updates settings updated.' );
     317                _e( 'WordPress auto-update settings updated.' );
    318318                echo '</p></div>';
    319319        }
    320320