diff --git a/wp-includes/js/media-editor.js b/wp-includes/js/media-editor.js index a3ac9d7ca2..fe2c702dc6 100644 --- a/wp-includes/js/media-editor.js +++ b/wp-includes/js/media-editor.js @@ -401,7 +401,7 @@ var display = state.display( attachment ).toJSON(); return this.send.attachment( display, attachment.toJSON() ); }, this ) ).done( function() { - wp.media.editor.insert( _.toArray( arguments ).join('') ); + wp.media.editor.insert( _.toArray( arguments ).join("\n\n") ); }); }, this );