From a776bcb14d570b7cc3d5a8ac897521bc1a93e806 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: http://core.svn.wordpress.org/trunk@22666 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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 ) {