This comment was pasted and does not apply to specified code block.
See #26631. Built from https://develop.svn.wordpress.org/trunk@27315 git-svn-id: http://core.svn.wordpress.org/trunk@27167 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
45e748e57e
commit
baeecbe763
|
@ -338,7 +338,6 @@
|
||||||
// Collect the attributes that were not included in `args`.
|
// Collect the attributes that were not included in `args`.
|
||||||
others = _.omit( attrs, 'id', 'ids', 'include', 'exclude', 'orderby', 'order' );
|
others = _.omit( attrs, 'id', 'ids', 'include', 'exclude', 'orderby', 'order' );
|
||||||
|
|
||||||
// Remove default attributes from the shortcode.
|
|
||||||
_.each( this.defaults, function( value, key ) {
|
_.each( this.defaults, function( value, key ) {
|
||||||
others[ key ] = self.coerce( others, key );
|
others[ key ] = self.coerce( others, key );
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue