diff --git a/wp-admin/import.php b/wp-admin/import.php index 913f402fe3..ce17a70f20 100644 --- a/wp-admin/import.php +++ b/wp-admin/import.php @@ -30,7 +30,7 @@ get_current_screen()->add_help_tab( get_current_screen()->set_help_sidebar( '

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

' . '

' . __( 'Documentation on Import' ) . '

' . - '

' . __( 'Support' ) . '

' + '

' . __( 'Support forums' ) . '

' ); if ( current_user_can( 'install_plugins' ) ) { diff --git a/wp-includes/version.php b/wp-includes/version.php index 5408d866a4..6c2a058bb0 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.8-alpha-59867'; +$wp_version = '6.8-alpha-59868'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.