Make WordPress Core


Ignore:
Timestamp:
04/04/2023 10:36:30 PM (20 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/_index.php

    r55412 r55624  
    117117    $version_url = sprintf(
    118118        /* translators: %s: WordPress version. */
    119         esc_url( __( 'https://wordpress.org/support/wordpress-version/version-%s/' ) ),
     119        esc_url( __( 'https://wordpress.org/documentation/wordpress-version/version-%s/' ) ),
    120120        sanitize_title( $wp_version )
    121121    );
Note: See TracChangeset for help on using the changeset viewer.