Make WordPress Core


Ignore:
Timestamp:
02/23/2023 10:36:33 AM (2 years ago)
Author:
audrasjb
Message:

Help/About: Use the new /documentation/ URLs for HelpHub links in WordPress Admin.

As https://wordpress.org/support/ was redirected to https://wordpress.org/documentation/, this changeset replaces various /support/article/* links with /documentation/article/* to avoid an extra redirect.

This also updates links to Support Forums by replacing https://wordpress.org/support/ URLs with https://wordpress.org/support/forums/.

Props SergeyBiryukov, audrasjb, dhrupo, hasanmisbah, sakibmd, sabernhardt.
See #57726.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-login.php

    r55276 r55412  
    652652
    653653                /* translators: URL to the WordPress help section about admin email. */
    654                 $admin_email_help_url = __( 'https://wordpress.org/support/article/settings-general-screen/#email-address' );
     654                $admin_email_help_url = __( 'https://wordpress.org/documentation/article/settings-general-screen/#email-address' );
    655655
    656656                $accessibility_text = sprintf(
     
    12481248                        /* translators: 1: Browser cookie documentation URL, 2: Support forums URL. */
    12491249                        __( '<strong>Error:</strong> Cookies are blocked due to unexpected output. For help, please see <a href="%1$s">this documentation</a> or try the <a href="%2$s">support forums</a>.' ),
    1250                         __( 'https://wordpress.org/support/article/cookies/' ),
     1250                        __( 'https://wordpress.org/documentation/article/cookies/' ),
    12511251                        __( 'https://wordpress.org/support/forums/' )
    12521252                    )
     
    12591259                        /* translators: %s: Browser cookie documentation URL. */
    12601260                        __( '<strong>Error:</strong> Cookies are blocked or not supported by your browser. You must <a href="%s">enable cookies</a> to use WordPress.' ),
    1261                         __( 'https://wordpress.org/support/article/cookies/#enable-cookies-in-your-browser' )
     1261                        __( 'https://wordpress.org/documentation/article/cookies/#enable-cookies-in-your-browser' )
    12621262                    )
    12631263                );
Note: See TracChangeset for help on using the changeset viewer.