Remove dead gallery settings code. see #21390.
git-svn-id: https://develop.svn.wordpress.org/trunk@22342 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
791d93553a
commit
90888aaebd
|
@ -1582,15 +1582,6 @@
|
|||
fallback: 'post'
|
||||
}
|
||||
}
|
||||
|
||||
// render: function() {
|
||||
// this.$el.html( this.template({
|
||||
// count: this.options.maxColumns
|
||||
// }) );
|
||||
|
||||
// this.$('option[value="' + this.options.columns + '"]').attr( 'selected', true );
|
||||
// this.$('option[value="' + this.options.linkTo + '"]').addClass('active');
|
||||
// }
|
||||
});
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue