mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 06:10:09 +00:00
Media: Ensure Attachments.mirror returns true. see #21390.
git-svn-id: https://develop.svn.wordpress.org/trunk@22753 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -425,7 +425,7 @@ window.wp = window.wp || {};
|
||||
|
||||
mirror: function( attachments ) {
|
||||
if ( this.mirroring && this.mirroring === attachments )
|
||||
return;
|
||||
return this;
|
||||
|
||||
this.unmirror();
|
||||
this.mirroring = attachments;
|
||||
|
||||
Reference in New Issue
Block a user