diff options
Diffstat (limited to 'wp-admin/js/customize-controls.js')
-rw-r--r-- | wp-admin/js/customize-controls.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-admin/js/customize-controls.js b/wp-admin/js/customize-controls.js index b6786b4..650ac8a 100644 --- a/wp-admin/js/customize-controls.js +++ b/wp-admin/js/customize-controls.js @@ -3866,7 +3866,7 @@ var control = this, container, notifications, hasError = false; if ( 'undefined' !== typeof console && console.warn ) { - console.warn( '[DEPRECATED] wp.customize.Control.prototype.renderNotifications() is deprecated in favor of instantating a wp.customize.Notifications and calling its render() method.' ); + console.warn( '[DEPRECATED] wp.customize.Control.prototype.renderNotifications() is deprecated in favor of instantiating a wp.customize.Notifications and calling its render() method.' ); } container = control.getNotificationsContainerElement(); |