diff --git a/wp-admin/my-sites.php b/wp-admin/my-sites.php index bd6dca670b..faf959ca59 100644 --- a/wp-admin/my-sites.php +++ b/wp-admin/my-sites.php @@ -49,7 +49,7 @@ get_current_screen()->add_help_tab( get_current_screen()->set_help_sidebar( '
' . __( 'For more information:' ) . '
' . - '' . __( 'Documentation on My Sites' ) . '
' . + '' . __( 'Documentation on My Sites' ) . '
' . '' . __( 'Support' ) . '
' ); diff --git a/wp-includes/version.php b/wp-includes/version.php index a5818e6fa7..429c237e56 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.1-alpha-54224'; +$wp_version = '6.1-alpha-54225'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.