Make WordPress Core

Ticket #26022: 26022.patch

File 26022.patch, 733 bytes (added by seanchayes, 11 years ago)
  • src/wp-includes/js/media-editor.js

     
     1/* global getUserSetting, tinymce, QTags, wpActiveEditor */
     2
    13// WordPress, TinyMCE, and Media
    24// -----------------------------
    35(function($){
     
    524526                                        var display = state.display( attachment ).toJSON();
    525527                                        return this.send.attachment( display, attachment.toJSON() );
    526528                                }, this ) ).done( function() {
    527                                         wp.media.editor.insert( _.toArray( arguments ).join("\n\n") );
     529                                        wp.media.editor.insert( _.toArray( arguments ).join('\n\n') );
    528530                                });
    529531                        }, this );
    530532