taxonomy_admin_term_add is just a wrapper for taxonomy_form_term so why don't we delete the extra function and just call taxonomy_form_term directly?

CommentFileSizeAuthor
taxonomy_admin_term_add.patch1.12 KBwebchick
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

moshe weitzman’s picture

Status: Needs review » Reviewed & tested by the community

verified to work as designed.

moshe weitzman’s picture

i should add that the function that is deleted is braindead. it does not use its function param. should be backported to 4-7

Dries’s picture

Version: x.y.z » 4.7.0

Good catch, webchick. Committed to HEAD.

killes@www.drop.org’s picture

Status: Reviewed & tested by the community » Fixed

applied

Anonymous’s picture

Status: Fixed » Closed (fixed)