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.