Make WordPress Core


Ignore:
Timestamp:
04/04/2023 10:36:30 PM (19 months ago)
Author:
audrasjb
Message:

Help/About: Use the new /documentation/ URLs for links about WordPress version.

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

Follow-up to [55412], [55413], [55414].

Props wildworks.
See #58052, #57726.

File:
1 edited

Legend:

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

    r55601 r55624  
    267267                        sprintf(
    268268                            /* translators: %s: WordPress version number. */
    269                             esc_url( __( 'https://wordpress.org/support/wordpress-version/version-%s/' ) ),
     269                            esc_url( __( 'https://wordpress.org/documentation/wordpress-version/version-%s/' ) ),
    270270                            '6-2'
    271271                        ),
Note: See TracChangeset for help on using the changeset viewer.