diff --git a/wp-admin/my-sites.php b/wp-admin/my-sites.php index faf959ca59..bd6dca670b 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 5d0b99b121..44fd194dd3 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.1-alpha-54244'; +$wp_version = '6.1-alpha-54245'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.