Make WordPress Core

Changeset 22666


Ignore:
Timestamp:
11/19/2012 06:43:01 AM (12 years ago)
Author:
koopersmith
Message:

Media: Use correct variable name. see #21390.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/js/media-models.js

    r22655 r22666  
    414414
    415415        _validateAllHandler: function( attachments, options ) {
    416             return this.evaluateAll( attachments, options );
     416            return this.validateAll( attachments, options );
    417417        },
    418418
Note: See TracChangeset for help on using the changeset viewer.