Media: Use correct variable name. see #21390.
git-svn-id: http://core.svn.wordpress.org/trunk@22666 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
b222046481
commit
a776bcb14d
|
@ -413,7 +413,7 @@ window.wp = window.wp || {};
|
|||
},
|
||||
|
||||
_validateAllHandler: function( attachments, options ) {
|
||||
return this.evaluateAll( attachments, options );
|
||||
return this.validateAll( attachments, options );
|
||||
},
|
||||
|
||||
mirror: function( attachments ) {
|
||||
|
|
Loading…
Reference in New Issue