| @@ -1,4 +1,5 @@ | ||
| 1 | +(function() { | |
| 1 | 2 | "use strict"; |
| 2 | 3 | var wp; |
| 3 | 4 | (wp ||= {}).shortcode = (() => { |
| 4 | 5 | var __defProp = Object.defineProperty; |
| @@ -292,5 +293,7 @@ | ||
| 292 | 293 | var index_default = Shortcode; |
| 293 | 294 | return __toCommonJS(index_exports); |
| 294 | 295 | })(); |
| 295 | 296 | if (typeof wp.shortcode === 'object' && wp.shortcode.default) { wp.shortcode = wp.shortcode.default; } |
| 297 | +(window.wp ||= {}).shortcode = wp.shortcode; | |
| 298 | +})(); | |
| 296 | 299 | //# sourceMappingURL=index.js.map |