plugin updates
This commit is contained in:
4
wp/wp-includes/js/dist/warning.js
vendored
4
wp/wp-includes/js/dist/warning.js
vendored
@@ -33,8 +33,6 @@ __webpack_require__.d(__webpack_exports__, {
|
||||
/**
|
||||
* Object map tracking messages which have been logged, for use in ensuring a
|
||||
* message is only logged once.
|
||||
*
|
||||
* @type {Set<string>}
|
||||
*/
|
||||
const logged = new Set();
|
||||
|
||||
@@ -51,7 +49,7 @@ function isDev() {
|
||||
/**
|
||||
* Shows a warning with `message` if environment is not `production`.
|
||||
*
|
||||
* @param {string} message Message to show in the warning.
|
||||
* @param message Message to show in the warning.
|
||||
*
|
||||
* @example
|
||||
* ```js
|
||||
|
||||
Reference in New Issue
Block a user