Ticket #22720: 22720.2.diff
File 22720.2.diff, 522 bytes (added by , 13 years ago) |
---|
-
wp-includes/js/media-editor.js
diff --git a/wp-includes/js/media-editor.js b/wp-includes/js/media-editor.js index a3ac9d7..fe2c702 100644
a b 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\n") ); 405 405 }); 406 406 }, this ); 407 407