Connectors: Update the translation when Gutenberg files missing
Follow-up [61825]. Props swissspidy. Built from https://develop.svn.wordpress.org/trunk@61845 git-svn-id: http://core.svn.wordpress.org/trunk@61132 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -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(
|
||||
'<h1>' . __( 'Connectors is not available.' ) . '</h1>' .
|
||||
'<h1>' . __( 'Connectors are not available.' ) . '</h1>' .
|
||||
'<p>' . __( 'The Connectors page requires build files. Please run <code>npm install</code> to build the necessary files.' ) . '</p>',
|
||||
503
|
||||
);
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user