From 0e41b5d52fdc6af6442816b5f465c9db9f84e126 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 19 Sep 2024 06:51:18 +0200 Subject: Adding upstream version 6.6.1+dfsg1. Signed-off-by: Daniel Baumann --- wp-includes/js/dist/private-apis.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wp-includes/js/dist/private-apis.js') diff --git a/wp-includes/js/dist/private-apis.js b/wp-includes/js/dist/private-apis.js index 031a0c0..a396af0 100644 --- a/wp-includes/js/dist/private-apis.js +++ b/wp-includes/js/dist/private-apis.js @@ -78,7 +78,7 @@ const registeredPrivateApis = []; * WITHOUT NOTICE. THIS CHANGE WILL BREAK EXISTING THIRD-PARTY CODE. SUCH A * CHANGE MAY OCCUR IN EITHER A MAJOR OR MINOR RELEASE. */ -const requiredConsent = 'I know using unstable features means my theme or plugin will inevitably break in the next version of WordPress.'; +const requiredConsent = 'I acknowledge private features are not for use in themes or plugins and doing so will break in the next version of WordPress.'; /** @type {boolean} */ let allowReRegistration; -- cgit v1.2.3