From 1b42cd449cf4cbfc9cdca563c7732e00307dc7dd Mon Sep 17 00:00:00 2001 From: Daryl Koopersmith Date: Mon, 19 Nov 2012 06:43:01 +0000 Subject: [PATCH] Media: Use correct variable name. see #21390. git-svn-id: https://develop.svn.wordpress.org/trunk@22666 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/js/media-models.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/js/media-models.js b/wp-includes/js/media-models.js index bf8335b413..8da4cca52c 100644 --- a/wp-includes/js/media-models.js +++ b/wp-includes/js/media-models.js @@ -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 ) {