summaryrefslogtreecommitdiffstats
path: root/wp-includes/js/dist/private-apis.js
diff options
context:
space:
mode:
Diffstat (limited to 'wp-includes/js/dist/private-apis.js')
-rw-r--r--wp-includes/js/dist/private-apis.js2
1 files changed, 1 insertions, 1 deletions
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;