Changeset 27315
- Timestamp:
- 02/27/2014 07:50:53 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/js/media-editor.js
r27313 r27315 339 339 others = _.omit( attrs, 'id', 'ids', 'include', 'exclude', 'orderby', 'order' ); 340 340 341 // Remove default attributes from the shortcode.342 341 _.each( this.defaults, function( value, key ) { 343 342 others[ key ] = self.coerce( others, key );
Note: See TracChangeset
for help on using the changeset viewer.