This patch allows the term overview table to be overridden in the theme layer, for customization.

Comments

nancydru’s picture

Status: Needs review » Needs work

It caused a duplicate function name on my test site. I changed

function taxonomy_delegate_overview_terms($vid) {

to

function theme_taxonomy_delegate_overview_terms($vid) {
nancydru’s picture