Skip to content

Commit 1b42cd4

Browse files
author
Daryl Koopersmith
committed
Media: Use correct variable name. see #21390.
git-svn-id: https://develop.svn.wordpress.org/trunk@22666 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 395fd93 commit 1b42cd4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wp-includes/js/media-models.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ window.wp = window.wp || {};
413413
},
414414

415415
_validateAllHandler: function( attachments, options ) {
416-
return this.evaluateAll( attachments, options );
416+
return this.validateAll( attachments, options );
417417
},
418418

419419
mirror: function( attachments ) {

0 commit comments

Comments
 (0)