Make WordPress Core


Ignore:
Timestamp:
04/04/2023 10:41:27 PM (21 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. This addresses a missed occurrence from [55624].

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

Props wildworks.
See #58052, #57726.

File:
1 edited

Legend:

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

    r55412 r55625  
    9292            $version_url = sprintf(
    9393                /* translators: %s: WordPress version. */
    94                 esc_url( __( 'https://wordpress.org/support/wordpress-version/version-%s/' ) ),
     94                esc_url( __( 'https://wordpress.org/documentation/wordpress-version/version-%s/' ) ),
    9595                sanitize_title( $update->current )
    9696            );
Note: See TracChangeset for help on using the changeset viewer.