Changeset 61845
- Timestamp:
- 03/05/2026 12:07:52 PM (8 days ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/options-connectors.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/options-connectors.php
r61825 r61845 21 21 if ( ! class_exists( '\WordPress\AiClient\AiClient' ) || ! function_exists( 'wp_options_connectors_wp_admin_render_page' ) ) { 22 22 wp_die( 23 '<h1>' . __( 'Connectors isnot available.' ) . '</h1>' .23 '<h1>' . __( 'Connectors are not available.' ) . '</h1>' . 24 24 '<p>' . __( 'The Connectors page requires build files. Please run <code>npm install</code> to build the necessary files.' ) . '</p>', 25 25 503
Note: See TracChangeset
for help on using the changeset viewer.