Changeset 23042
- Timestamp:
- 12/04/2012 08:52:58 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/js/media-editor.js
r23012 r23042 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 );
Note: See TracChangeset
for help on using the changeset viewer.