Ticket #22685: 22685.diff
File 22685.diff, 476 bytes (added by , 12 years ago) |
---|
-
wp-includes/js/media-editor.js
2 2 // ----------------------------- 3 3 (function($){ 4 4 // Stores the editors' `wp.media.controller.Frame` instances. 5 var workflows = {}; 5 var workflows = {}, 6 media = wp.media; 6 7 7 8 wp.media.string = { 8 9 // Joins the `props` and `attachment` objects,