Make WordPress Core

Changeset 57801

Timestamp:
03/11/2024 02:06:51 PM (4 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.

Location:
trunk
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-customize-manager.php

    r57766 r57801  
    56965696        $section_description .= sprintf(
    56975697            ' <a href="%1$s" class="external-link" target="_blank">%2$s<span class="screen-reader-text"> %3$s</span></a>',
    5698             esc_url( __( 'https://wordpress.org/documentation/article/css/' ) ),
     5698            esc_url( __( 'https:///css/' ) ),
    56995699            __( 'Learn more about CSS' ),
    57005700            /* translators: Hidden accessibility text. */
  • trunk/src/wp-includes/class-wp-oembed.php

    r56178 r57801  
    55 * Used internally by the WP_Embed class, but is designed to be generic.
    66 *
    7  * @link https://wordpress.org/documentation/article/embeds/
     7 * @link https:///
    88 * @link http://oembed.com/
    99 *
  • 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://-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://-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://https/' );
    85098509}
    85108510
  • trunk/src/wp-includes/ms-load.php

    r56192 r57801  
    498498        /* translators: %s: Documentation URL. */
    499499        __( 'Read the <a href="%s" target="_blank">Debugging a WordPress Network</a> article. Some of the suggestions there may help you figure out what went wrong.' ),
    500         __( 'https://wordpress.org/documentation/article/debugging-a-wordpress-network/' )
     500        __( 'https://-network/' )
    501501    );
    502502    $msg .= ' ' . __( 'If you are still stuck with this message, then check that your database contains the following tables:' ) . '</p><ul>';
  • trunk/src/wp-includes/vars.php

    r57613 r57801  
    1111 *
    1212 * Note: Though Nginx is detected, WordPress does not currently
    13  * generate rewrite rules for it. See https://wordpress.org/documentation/article/nginx/
     13 * generate rewrite rules for it. See https:///nginx/
    1414 *
    1515 * @package WordPress
  • trunk/src/wp-login.php

    r57295 r57801  
    13181318                        /* translators: 1: Browser cookie documentation URL, 2: Support forums URL. */
    13191319                        __( '<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>.' ),
    1320                         __( 'https://wordpress.org/documentation/article/cookies/' ),
     1320                        __( 'https:///cookies/' ),
    13211321                        __( 'https://wordpress.org/support/forums/' )
    13221322                    )
     
    13291329                        /* translators: %s: Browser cookie documentation URL. */
    13301330                        __( '<strong>Error:</strong> Cookies are blocked or not supported by your browser. You must <a href="%s">enable cookies</a> to use WordPress.' ),
    1331                         __( 'https://wordpress.org/documentation/article/cookies/#enable-cookies-in-your-browser' )
     1331                        __( 'https:///cookies/#enable-cookies-in-your-browser' )
    13321332                    )
    13331333                );
  • trunk/wp-config-sample.php

    r57131 r57801  
    1414 * * ABSPATH
    1515 *
    16  * @link https://wordpress.org/documentation/article/editing-wp-config-php/
     16 * @link https:///
    1717 *
    1818 * @package WordPress
     
    7878 * visit the documentation.
    7979 *
    80  * @link https://wordpress.org/documentation/article/debugging-in-wordpress/
     80 * @link https://-wordpress/
    8181 */
    8282define( 'WP_DEBUG', false );
Note: See TracChangeset for help on using the changeset viewer.