diff options
author | Jb Audras <audrasjb@git.wordpress.org> | 2023-02-23 10:36:33 +0000 |
---|---|---|
committer | Jb Audras <audrasjb@git.wordpress.org> | 2023-02-23 10:36:33 +0000 |
commit | 0a422d3f4b654f3ceb6d46017d04031941c299f3 (patch) | |
tree | a3892b98ef091e8b426d3153bd7e6583459e8263 /src/wp-admin/includes/class-custom-image-header.php | |
parent | e2ce8d4815c473c1d56c2b6b271cd68834d29bf0 (diff) | |
download | wordpress-0a422d3f4b654f3ceb6d46017d04031941c299f3.tar.gz wordpress-0a422d3f4b654f3ceb6d46017d04031941c299f3.zip |
Help/About: Use the new `/documentation/` URLs for HelpHub links in WordPress Admin.
As `https://wordpress.org/support/` was redirected to `https://wordpress.org/documentation/`, this changeset replaces various `/support/article/*` links with `/documentation/article/*` to avoid an extra redirect.
This also updates links to Support Forums by replacing `https://wordpress.org/support/` URLs with `https://wordpress.org/support/forums/`.
Props SergeyBiryukov, audrasjb, dhrupo, hasanmisbah, sakibmd, sabernhardt.
See #57726.
git-svn-id: https://develop.svn.wordpress.org/trunk@55412 602fd350-edb4-49c9-b593-d223f7449a82
Diffstat (limited to 'src/wp-admin/includes/class-custom-image-header.php')
-rw-r--r-- | src/wp-admin/includes/class-custom-image-header.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wp-admin/includes/class-custom-image-header.php b/src/wp-admin/includes/class-custom-image-header.php index 12ac1ef9e2..143a844cbe 100644 --- a/src/wp-admin/includes/class-custom-image-header.php +++ b/src/wp-admin/includes/class-custom-image-header.php @@ -135,7 +135,7 @@ class Custom_Image_Header { get_current_screen()->set_help_sidebar( '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . '<p>' . __( '<a href="https://codex.wordpress.org/Appearance_Header_Screen">Documentation on Custom Header</a>' ) . '</p>' . - '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>' + '<p>' . __( '<a href="https://wordpress.org/support/forums/">Support forums</a>' ) . '</p>' ); } |