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:
Daryl Koopersmith 2012-11-19 06:43:01 +00:00
parent 395fd933c9
commit 1b42cd449c
1 changed files with 1 additions and 1 deletions

View File

@ -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 ) {