wp/wp-includes/js/dist/html-entities.js
changeset 18 be944660c56a
parent 16 a86126ab1dd4
child 19 3d72ae0968f4
--- a/wp/wp-includes/js/dist/html-entities.js	Tue Dec 15 15:52:01 2020 +0100
+++ b/wp/wp-includes/js/dist/html-entities.js	Wed Sep 21 18:19:35 2022 +0200
@@ -82,19 +82,19 @@
 /******/
 /******/
 /******/ 	// Load entry module and return exports
-/******/ 	return __webpack_require__(__webpack_require__.s = 422);
+/******/ 	return __webpack_require__(__webpack_require__.s = "1FHn");
 /******/ })
 /************************************************************************/
 /******/ ({
 
-/***/ 422:
+/***/ "1FHn":
 /***/ (function(module, __webpack_exports__, __webpack_require__) {
 
 "use strict";
 __webpack_require__.r(__webpack_exports__);
 /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "decodeEntities", function() { return decodeEntities; });
 /** @type {HTMLTextAreaElement} */
-var _decodeTextArea;
+let _decodeTextArea;
 /**
  * Decodes the HTML entities from a given string.
  *
@@ -126,7 +126,7 @@
   }
 
   _decodeTextArea.innerHTML = html;
-  var decoded = _decodeTextArea.textContent;
+  const decoded = _decodeTextArea.textContent;
   _decodeTextArea.innerHTML = '';
   /**
    * Cast to string, HTMLTextAreaElement should always have `string` textContent.