diff --git a/wp-admin/includes/ms.php b/wp-admin/includes/ms.php index 02ddf945aa..6814d1198e 100644 --- a/wp-admin/includes/ms.php +++ b/wp-admin/includes/ms.php @@ -1169,6 +1169,6 @@ function get_site_screen_help_tab_args() { */ function get_site_screen_help_sidebar_content() { return '
' . __( 'For more information:' ) . '
' . - '' . __( 'Documentation on Site Management' ) . '
' . + '' . __( 'Documentation on Site Management' ) . '
' . '' . __( 'Support forums' ) . '
'; } diff --git a/wp-includes/version.php b/wp-includes/version.php index dd82df1954..9b88e86d40 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.6-alpha-58131'; +$wp_version = '6.6-alpha-58132'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.