Make WordPress Core

Changeset 57262


Ignore:
Timestamp:
01/10/2024 11:11:02 AM (2 years ago)
Author:
costdev
Message:

Customize: Correct a typo in a console warning message.

This corrects a typo from "instantating" to "instantiating".

Follow-up to [41374].

Props benniledl, mukesh27, Presskopp.
Fixes #60222.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/js/_enqueues/wp/customize/controls.js

    r56774 r57262  
    38673867
    38683868            if ( 'undefined' !== typeof console && console.warn ) {
    3869                 console.warn( '[DEPRECATED] wp.customize.Control.prototype.renderNotifications() is deprecated in favor of instantating 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.' );
    38703870            }
    38713871
Note: See TracChangeset for help on using the changeset viewer.