Ticket #36735: 36735.patch
File 36735.patch, 452 bytes (added by , 9 years ago) |
---|
-
wp-includes/js/media-editor.js
232 232 image: function( props, attachment ) { 233 233 var img = {}, 234 234 options, classes, shortcode, html; 235 235 props.type='image'; 236 236 props = wp.media.string.props( props, attachment ); 237 237 classes = props.classes || []; 238 238