Plugin Updates
This commit is contained in:
18
wp/wp-includes/js/dist/shortcode.js
vendored
18
wp/wp-includes/js/dist/shortcode.js
vendored
@@ -1,32 +1,32 @@
|
||||
/******/ (function() { // webpackBootstrap
|
||||
/******/ (() => { // webpackBootstrap
|
||||
/******/ "use strict";
|
||||
/******/ // The require scope
|
||||
/******/ var __webpack_require__ = {};
|
||||
/******/
|
||||
/************************************************************************/
|
||||
/******/ /* webpack/runtime/define property getters */
|
||||
/******/ !function() {
|
||||
/******/ (() => {
|
||||
/******/ // define getter functions for harmony exports
|
||||
/******/ __webpack_require__.d = function(exports, definition) {
|
||||
/******/ __webpack_require__.d = (exports, definition) => {
|
||||
/******/ for(var key in definition) {
|
||||
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
||||
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
||||
/******/ }
|
||||
/******/ }
|
||||
/******/ };
|
||||
/******/ }();
|
||||
/******/ })();
|
||||
/******/
|
||||
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
||||
/******/ !function() {
|
||||
/******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
|
||||
/******/ }();
|
||||
/******/ (() => {
|
||||
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
||||
/******/ })();
|
||||
/******/
|
||||
/************************************************************************/
|
||||
var __webpack_exports__ = {};
|
||||
|
||||
// EXPORTS
|
||||
__webpack_require__.d(__webpack_exports__, {
|
||||
"default": function() { return /* binding */ build_module; }
|
||||
"default": () => (/* binding */ build_module)
|
||||
});
|
||||
|
||||
// UNUSED EXPORTS: attrs, fromMatch, next, regexp, replace, string
|
||||
@@ -548,7 +548,7 @@ Object.assign(shortcode.prototype, {
|
||||
return text + '[/' + this.tag + ']';
|
||||
}
|
||||
});
|
||||
/* harmony default export */ var build_module = (shortcode);
|
||||
/* harmony default export */ const build_module = (shortcode);
|
||||
|
||||
(window.wp = window.wp || {}).shortcode = __webpack_exports__["default"];
|
||||
/******/ })()
|
||||
|
||||
Reference in New Issue
Block a user