Make WordPress Core


Ignore:
Timestamp:
03/08/2024 10:36:01 PM (17 months ago)
Author:
audrasjb
Message:

Docs: Update various HelpHub links to avoid unnecessary redirections.

This updates various WP-Admin related links that have been redirected to new HelpHub pages, to avoid unnecessary redirections.

Props mkismy.
See #60732, #60699.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/options-general.php

    r57766 r57793  
    3333            /* translators: %s: Documentation URL. */
    3434            __( 'Though the terms refer to two different concepts, in practice, they can be the same address or different. For example, you can have the core WordPress installation files in the root directory (<code>https://example.com</code>), in which case the two URLs would be the same. Or the <a href="%s">WordPress files can be in a subdirectory</a> (<code>https://example.com/wordpress</code>). In that case, the WordPress URL and the site URL would be different.' ),
    35             __( 'https://wordpress.org/documentation/article/giving-wordpress-its-own-directory/' )
    36         ) . '</p>' .
     35            __( 'https://developer.wordpress.org/advanced-administration/server/wordpress-in-directory/' )
     36            ) . '</p>' .
    3737        '<p>' . sprintf(
    3838            /* translators: 1: http://, 2: https:// */
     
    236236            /* translators: %s: Documentation URL. */
    237237            __( 'Enter the same address here unless you <a href="%s">want your site home page to be different from your WordPress installation directory</a>.' ),
    238             __( 'https://wordpress.org/documentation/article/giving-wordpress-its-own-directory/' )
     238            __( 'https://developer.wordpress.org/advanced-administration/server/wordpress-in-directory/' )
    239239        );
    240240        ?>
Note: See TracChangeset for help on using the changeset viewer.