Skip to content

Commit 5414b45

Browse files
author
wordpress-develop-pr-bot[bot]
committed
Automation: Updating built files with changes.
1 parent c031d69 commit 5414b45

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

src/wp-includes/build/routes/connectors-home/content.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1349,7 +1349,6 @@ function WpLogoDecoration() {
13491349

13501350
// routes/connectors-home/ai-plugin-callout.tsx
13511351
var AI_PLUGIN_SLUG = "ai";
1352-
var AI_PLUGIN_ADMIN_SLUG = "ai-wp-admin";
13531352
var AI_PLUGIN_ID = "ai/ai";
13541353
var AI_PLUGIN_URL = "https://wordpress.org/plugins/ai/";
13551354
var connectorDataValues = Object.values(getConnectorData());
@@ -1528,7 +1527,7 @@ function AiPluginCallout() {
15281527
variant: "secondary",
15291528
size: "compact",
15301529
href: (0, import_url.addQueryArgs)("options-general.php", {
1531-
page: AI_PLUGIN_ADMIN_SLUG
1530+
page: AI_PLUGIN_SLUG
15321531
})
15331532
},
15341533
(0, import_i18n3.__)("Control features in the AI plugin")

src/wp-includes/build/routes/connectors-home/content.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)