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
This commit is contained in:
parent
aa7a03d5ca
commit
84a00ad5f1
@ -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 );
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user