Help/About: Use the new /documentation/ URLs in options-permalink.php.

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], [55624], [55625].

Props sabernhardt, audrasjb.
See #58052, #57726.

Built from https://develop.svn.wordpress.org/trunk@55626


git-svn-id: http://core.svn.wordpress.org/trunk@55138 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
audrasjb
2023-04-04 22:52:19 +00:00
parent 66bb73798b
commit c320cf8980
2 changed files with 5 additions and 5 deletions

View File

@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.3-alpha-55625';
$wp_version = '6.3-alpha-55626';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.