Media: Use correct variable name. see #21390.
git-svn-id: https://develop.svn.wordpress.org/trunk@22666 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
395fd933c9
commit
1b42cd449c
@ -413,7 +413,7 @@ window.wp = window.wp || {};
|
|||||||
},
|
},
|
||||||
|
|
||||||
_validateAllHandler: function( attachments, options ) {
|
_validateAllHandler: function( attachments, options ) {
|
||||||
return this.evaluateAll( attachments, options );
|
return this.validateAll( attachments, options );
|
||||||
},
|
},
|
||||||
|
|
||||||
mirror: function( attachments ) {
|
mirror: function( attachments ) {
|
||||||
|
Loading…
Reference in New Issue
Block a user