function taxonomy_admin_paths

taxonomy_admin_paths()

Implements hook_admin_paths().

File

modules/taxonomy/taxonomy.module, line 363
Enables the organization of content into categories.

Code

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

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/modules!taxonomy!taxonomy.module/function/taxonomy_admin_paths/7.x