Update WP and plugins
This commit is contained in:
parent
10a4713229
commit
1fb77fc4ff
864 changed files with 101724 additions and 78262 deletions
|
@ -81,14 +81,26 @@
|
|||
/******/
|
||||
/******/
|
||||
/******/ // Load entry module and return exports
|
||||
/******/ return __webpack_require__(__webpack_require__.s = 20);
|
||||
/******/ return __webpack_require__(__webpack_require__.s = 22);
|
||||
/******/ })
|
||||
/************************************************************************/
|
||||
/******/ ({
|
||||
|
||||
/***/ 20:
|
||||
/***/ 22:
|
||||
/***/ (function(module, exports, __webpack_require__) {
|
||||
|
||||
module.exports = __webpack_require__(23);
|
||||
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 23:
|
||||
/***/ (function(module, exports, __webpack_require__) {
|
||||
|
||||
/**
|
||||
* @output wp-includes/js/media-models.js
|
||||
*/
|
||||
|
||||
var $ = jQuery,
|
||||
Attachment, Attachments, l10n, media;
|
||||
|
||||
|
@ -155,12 +167,12 @@ l10n = media.model.l10n = window._wpMediaModelsL10n || {};
|
|||
media.model.settings = l10n.settings || {};
|
||||
delete l10n.settings;
|
||||
|
||||
Attachment = media.model.Attachment = __webpack_require__( 21 );
|
||||
Attachments = media.model.Attachments = __webpack_require__( 22 );
|
||||
Attachment = media.model.Attachment = __webpack_require__( 24 );
|
||||
Attachments = media.model.Attachments = __webpack_require__( 25 );
|
||||
|
||||
media.model.Query = __webpack_require__( 23 );
|
||||
media.model.PostImage = __webpack_require__( 24 );
|
||||
media.model.Selection = __webpack_require__( 25 );
|
||||
media.model.Query = __webpack_require__( 26 );
|
||||
media.model.PostImage = __webpack_require__( 27 );
|
||||
media.model.Selection = __webpack_require__( 28 );
|
||||
|
||||
/**
|
||||
* ========================================================================
|
||||
|
@ -331,7 +343,7 @@ $(window).on('unload', function(){
|
|||
|
||||
/***/ }),
|
||||
|
||||
/***/ 21:
|
||||
/***/ 24:
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
var $ = Backbone.$,
|
||||
|
@ -507,7 +519,7 @@ module.exports = Attachment;
|
|||
|
||||
/***/ }),
|
||||
|
||||
/***/ 22:
|
||||
/***/ 25:
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
/**
|
||||
|
@ -1066,7 +1078,7 @@ module.exports = Attachments;
|
|||
|
||||
/***/ }),
|
||||
|
||||
/***/ 23:
|
||||
/***/ 26:
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
var Attachments = wp.media.model.Attachments,
|
||||
|
@ -1381,7 +1393,7 @@ module.exports = Query;
|
|||
|
||||
/***/ }),
|
||||
|
||||
/***/ 24:
|
||||
/***/ 27:
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
/**
|
||||
|
@ -1542,7 +1554,7 @@ module.exports = PostImage;
|
|||
|
||||
/***/ }),
|
||||
|
||||
/***/ 25:
|
||||
/***/ 28:
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
var Attachments = wp.media.model.Attachments,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue