From 2058cdd91f833fd1a584fbb50bf7afe2bb3289b5 Mon Sep 17 00:00:00 2001 From: audrasjb Date: Tue, 10 Jan 2023 09:01:13 +0000 Subject: [PATCH] Help/About: Improve comments keyboard shortcuts HelpHub links. This changeset adds an anchor in Comments keyboard shortcut documentation links to direct the user to a more specific section of the HelpHub documentation. It also removes `target="_blank" from a link, since preventing data loss when clicking any on User Edit and Comment Edit screens is already handled by another existing ticket (#40493). Props NekoJonez, SergeyBiryukov, sabernhardt, dennisatyoast, robinwpdeveloper. Fixes #56920. Built from https://develop.svn.wordpress.org/trunk@55042 git-svn-id: http://core.svn.wordpress.org/trunk@54575 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/edit-comments.php | 2 +- wp-admin/user-edit.php | 2 +- wp-includes/version.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-admin/edit-comments.php b/wp-admin/edit-comments.php index ed34545584..ec6abc1972 100644 --- a/wp-admin/edit-comments.php +++ b/wp-admin/edit-comments.php @@ -209,7 +209,7 @@ get_current_screen()->set_help_sidebar( '

' . __( 'For more information:' ) . '

' . '

' . __( 'Documentation on Comments' ) . '

' . '

' . __( 'Documentation on Comment Spam' ) . '

' . - '

' . __( 'Documentation on Keyboard Shortcuts' ) . '

' . + '

' . __( 'Documentation on Keyboard Shortcuts' ) . '

' . '

' . __( 'Support' ) . '

' ); diff --git a/wp-admin/user-edit.php b/wp-admin/user-edit.php index edcdfb1ac5..ae16550b45 100644 --- a/wp-admin/user-edit.php +++ b/wp-admin/user-edit.php @@ -330,7 +330,7 @@ switch ( $action ) { comment_shortcuts ); ?> /> - More information' ); ?> + Documentation on Keyboard Shortcuts' ); ?> diff --git a/wp-includes/version.php b/wp-includes/version.php index d6f7d848d0..3aec4db3be 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.2-alpha-55041'; +$wp_version = '6.2-alpha-55042'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.