mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-24 10:09:47 +01:00
Remove dead gallery settings code. see #21390.
git-svn-id: http://core.svn.wordpress.org/trunk@22342 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
665fadb7bd
commit
9b1ac05bc0
@ -1582,15 +1582,6 @@
|
|||||||
fallback: 'post'
|
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
Block a user