From 2ac0c6728c4ac8f909da2f925b996665b582c360 Mon Sep 17 00:00:00 2001
From: Corey McKrill <916023+coreymckrill@users.noreply.github.com>
Date: Thu, 5 Oct 2023 15:24:54 -0700
Subject: [PATCH] Update
plugins/woocommerce/includes/admin/class-wc-admin-notices.php
---
plugins/woocommerce/includes/admin/class-wc-admin-notices.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/plugins/woocommerce/includes/admin/class-wc-admin-notices.php b/plugins/woocommerce/includes/admin/class-wc-admin-notices.php
index 9e7f8e28ac5..78fa0ebbd00 100644
--- a/plugins/woocommerce/includes/admin/class-wc-admin-notices.php
+++ b/plugins/woocommerce/includes/admin/class-wc-admin-notices.php
@@ -144,7 +144,7 @@ class WC_Admin_Notices {
),
sprintf(
// translators: Placeholders are URLs.
- wpautop( wp_kses_data( __( 'The WooCommerce Legacy REST API, currently enabled in this site, will be removed in WooCommerce 9.0. A separate WooCommerce extension will be available to keep it enabled. Learn more about this change', 'woocommerce' ) ) ),
+ wpautop( wp_kses_data( __( 'The WooCommerce Legacy REST API, currently enabled in this site, will be removed in WooCommerce 9.0. A separate WooCommerce extension will be available to keep it enabled. Learn more about this change.', 'woocommerce' ) ) ),
admin_url( 'admin.php?page=wc-settings&tab=advanced§ion=legacy_api' ),
'https://developer.woocommerce.com/2023/10/03/the-legacy-rest-api-will-move-to-a-dedicated-extension-in-woocommerce-9-0/'
)