Make WordPress Core

Ticket #61199: patch.diff

File patch.diff, 790 bytes (added by amitraj2203, 11 months ago)

Patch file.

  • src/wp-admin/options.php

    diff --git a/src/wp-admin/options.php b/src/wp-admin/options.php
    index eb3a4d0abb..08b23e5726 100644
    a b if ( 'update' === $action ) { // We are saving settings sent from a settings pag 
    323323                                        '2.7.0',
    324324                                        sprintf(
    325325                                                /* translators: %s: The option/setting. */
    326                                                 __( 'The %s setting is unregistered. Unregistered settings are deprecated. See https://developer.wordpress.org/plugins/settings/settings-api/' ),
     326                                                __(
     327                                                        'The %s setting is unregistered. Unregistered settings are deprecated.
     328                                                        See <a href="https://developer.wordpress.org/plugins/settings/settings-api/">documentation on the Settings API</a>.'
     329                                                ),
    327330                                                '<code>' . esc_html( $option ) . '</code>'
    328331                                        )
    329332                                );