Ticket #22720: 22720.diff
| File 22720.diff, 547 bytes (added by nacin, 6 months ago) |
|---|
-
wp-includes/js/media-editor.js
401 401 var display = state.display( attachment ).toJSON(); 402 402 return this.send.attachment( display, attachment.toJSON() ); 403 403 }, this ) ).done( function() { 404 wp.media.editor.insert( _.toArray( arguments ).join( '') );404 wp.media.editor.insert( _.toArray( arguments ).join("\n") ); 405 405 }); 406 406 }, this ); 407 407
