From 84a00ad5f1a5d07f05ea5ce4bc032219c0b1ad43 Mon Sep 17 00:00:00 2001 From: Scott Taylor Date: Thu, 27 Feb 2014 19:50:53 +0000 Subject: [PATCH] This comment was pasted and does not apply to specified code block. See #26631. git-svn-id: https://develop.svn.wordpress.org/trunk@27315 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/js/media-editor.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/wp-includes/js/media-editor.js b/src/wp-includes/js/media-editor.js index 91eb2f57b4..db090746c8 100644 --- a/src/wp-includes/js/media-editor.js +++ b/src/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 ); });