Export the proper class in `media/views/image-details.js`
See #28510. Built from https://develop.svn.wordpress.org/trunk@31393 git-svn-id: http://core.svn.wordpress.org/trunk@31374 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
72f18cb067
commit
1235221921
|
@ -6157,7 +6157,7 @@ ImageDetails = AttachmentDisplay.extend({
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
module.exports = AttachmentDisplay;
|
module.exports = ImageDetails;
|
||||||
|
|
||||||
},{"./settings/attachment-display.js":58}],47:[function(require,module,exports){
|
},{"./settings/attachment-display.js":58}],47:[function(require,module,exports){
|
||||||
/**
|
/**
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -163,4 +163,4 @@ ImageDetails = AttachmentDisplay.extend({
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
module.exports = AttachmentDisplay;
|
module.exports = ImageDetails;
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.2-alpha-31392';
|
$wp_version = '4.2-alpha-31393';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue