Make WordPress Core


Ignore:
Timestamp:
03/11/2024 02:06:51 PM (20 months ago)
Author:
audrasjb
Message:

Docs: Update various HelpHub links to avoid unnecessary redirections.

Follow-up to [57793], [57798], [57800].

Props mkismy.
See #60732, #60699.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/functions.php

    r57707 r57801  
    59925992                /* translators: %s: Documentation URL. */
    59935993                __( 'Please see <a href="%s">Debugging in WordPress</a> for more information.' ),
    5994                 __( 'https://wordpress.org/documentation/article/debugging-in-wordpress/' )
     5994                __( 'https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/' )
    59955995            );
    59965996
     
    60096009            $message .= sprintf(
    60106010                ' Please see <a href="%s">Debugging in WordPress</a> for more information.',
    6011                 'https://wordpress.org/documentation/article/debugging-in-wordpress/'
     6011                'https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/'
    60126012            );
    60136013
     
    85068506function wp_get_default_update_https_url() {
    85078507    /* translators: Documentation explaining HTTPS and why it should be used. */
    8508     return __( 'https://wordpress.org/documentation/article/why-should-i-use-https/' );
     8508    return __( 'https://developer.wordpress.org/advanced-administration/security/https/' );
    85098509}
    85108510
Note: See TracChangeset for help on using the changeset viewer.