Make WordPress Core

Changeset 22753


Ignore:
Timestamp:
11/21/2012 12:53:02 PM (12 years ago)
Author:
koopersmith
Message:

Media: Ensure Attachments.mirror returns true. see #21390.

File:
1 edited

Legend:

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

    r22750 r22753  
    426426        mirror: function( attachments ) {
    427427            if ( this.mirroring && this.mirroring === attachments )
    428                 return;
     428                return this;
    429429
    430430            this.unmirror();
Note: See TracChangeset for help on using the changeset viewer.