diff --git a/wp-includes/js/media-editor.js b/wp-includes/js/media-editor.js index 91eb2f57b4..db090746c8 100644 --- a/wp-includes/js/media-editor.js +++ b/wp-includes/js/media-editor.js @@ -338,7 +338,6 @@ // Collect the attributes that were not included in `args`. others = _.omit( attrs, 'id', 'ids', 'include', 'exclude', 'orderby', 'order' ); - // Remove default attributes from the shortcode. _.each( this.defaults, function( value, key ) { others[ key ] = self.coerce( others, key ); });