diff --git a/wp-admin/options-connectors.php b/wp-admin/options-connectors.php index 30a42e575a..c67d857b2b 100644 --- a/wp-admin/options-connectors.php +++ b/wp-admin/options-connectors.php @@ -20,7 +20,7 @@ if ( ! current_user_can( 'manage_options' ) ) { if ( ! class_exists( '\WordPress\AiClient\AiClient' ) || ! function_exists( 'wp_options_connectors_wp_admin_render_page' ) ) { wp_die( - '

' . __( 'Connectors is not available.' ) . '

' . + '

' . __( 'Connectors are not available.' ) . '

' . '

' . __( 'The Connectors page requires build files. Please run npm install to build the necessary files.' ) . '

', 503 ); diff --git a/wp-includes/version.php b/wp-includes/version.php index a815e94220..12dca02980 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '7.0-beta2-61844'; +$wp_version = '7.0-beta2-61845'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.