Make WordPress Core

Ticket #57231: 57231.diff

File 57231.diff, 717 bytes (added by cafenoirdesign, 3 years ago)

A refresh of the previously submitted patch.

  • src/wp-admin/options.php

    diff --git a/src/wp-admin/options.php b/src/wp-admin/options.php
    index 3e2e104214..0e75a50b1a 100644
    a b if ( 'update' === $action ) { // We are saving settings sent from a settings pag 
    321321                                        '2.7.0',
    322322                                        sprintf(
    323323                                                /* translators: %s: The option/setting. */
    324                                                 __( 'The %s setting is unregistered. Unregistered settings are deprecated. See https://developer.wordpress.org/plugins/settings/settings-api/' ),
     324                                                __( 'The %s setting is unregistered. Unregistered settings are deprecated. See: https://developer.wordpress.org/plugins/settings/settings-api/' ),
    325325                                                '<code>' . esc_html( $option ) . '</code>'
    326326                                        )
    327327                                );