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:
Daryl Koopersmith 2012-11-19 06:43:01 +00:00
parent b222046481
commit a776bcb14d
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 ) {