Changeset 22842
- Timestamp:
- 11/26/2012 03:07:36 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/js/media-models.js
r22816 r22842 270 270 return media.post( 'save-attachment-compat', _.defaults({ 271 271 id: this.id, 272 nonce: l10n.saveAttachmentNonce272 nonce: media.model.settings.saveAttachmentNonce 273 273 }, data ) ).done( function( resp, status, xhr ) { 274 274 model.set( model.parse( resp, xhr ), options );
Note: See TracChangeset
for help on using the changeset viewer.