Make WordPress Core

Changeset 22548


Ignore:
Timestamp:
11/12/2012 06:02:03 AM (11 years ago)
Author:
koopersmith
Message:

Media: Allow successive embed URLs. see [22547], #21390.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/js/media-views.js

    r22547 r22548  
    557557
    558558        reset: function() {
    559             _.each( _.without( _.keys( this.attributes ), _.keys( this.defaults ) ), function( key ) {
     559            _.each( _.difference( _.keys( this.attributes ), _.keys( this.defaults ) ), function( key ) {
    560560                this.unset( key );
    561561            }, this );
Note: See TracChangeset for help on using the changeset viewer.