wp core update 6.6
This commit is contained in:
2
wp/wp-includes/js/dist/private-apis.js
vendored
2
wp/wp-includes/js/dist/private-apis.js
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user