Changeset 57262
- Timestamp:
- 01/10/2024 11:11:02 AM (2 years ago)
- File:
-
- 1 edited
-
trunk/src/js/_enqueues/wp/customize/controls.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/js/_enqueues/wp/customize/controls.js
r56774 r57262 3867 3867 3868 3868 if ( 'undefined' !== typeof console && console.warn ) { 3869 console.warn( '[DEPRECATED] wp.customize.Control.prototype.renderNotifications() is deprecated in favor of instant ating a wp.customize.Notifications and calling its render() method.' );3869 console.warn( '[DEPRECATED] wp.customize.Control.prototype.renderNotifications() is deprecated in favor of instantiating a wp.customize.Notifications and calling its render() method.' ); 3870 3870 } 3871 3871
Note: See TracChangeset
for help on using the changeset viewer.