function taxonomy_admin_paths

Implements hook_admin_paths().

File

modules/taxonomy/taxonomy.module, line 365

Code

function taxonomy_admin_paths() {
    $paths = array(
        'taxonomy/term/*/edit' => TRUE,
    );
    return $paths;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.