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-admin/includes/class-wp-site-health.php

    r55276 r55412  
    14971497                '<p><a href="%s" target="_blank" rel="noopener">%s <span class="screen-reader-text">%s</span><span aria-hidden="true" class="dashicons dashicons-external"></span></a></p>',
    14981498                /* translators: Documentation explaining debugging in WordPress. */
    1499                 esc_url( __( 'https://wordpress.org/support/article/debugging-in-wordpress/' ) ),
     1499                esc_url( __( 'https://wordpress.org/documentation/article/debugging-in-wordpress/' ) ),
    15001500                __( 'Learn more about debugging in WordPress.' ),
    15011501                /* translators: Hidden accessibility text. */
     
    23302330            'actions'     => sprintf(
    23312331                '<p><a href="%1$s" target="_blank" rel="noopener noreferrer">%2$s <span class="screen-reader-text">%3$s</span><span aria-hidden="true" class="dashicons dashicons-external"></span></a></p>',
    2332                 __( 'https://wordpress.org/support/article/optimization/#Caching' ),
     2332                __( 'https://wordpress.org/documentation/article/optimization/#Caching' ),
    23332333                __( 'Learn more about page cache' ),
    23342334                /* translators: Hidden accessibility text. */
     
    24392439            'site_status_persistent_object_cache_url',
    24402440            /* translators: Localized Support reference. */
    2441             __( 'https://wordpress.org/support/article/optimization/#persistent-object-cache' )
     2441            __( 'https://wordpress.org/documentation/article/optimization/#persistent-object-cache' )
    24422442        );
    24432443
Note: See TracChangeset for help on using the changeset viewer.