Issue #2100583 by BarisW: Fixed Edit tab on term listing page shows term name instead of 'Edit'.

8.0.x
Alex Pott 2013-10-03 11:44:25 +01:00
parent f995135280
commit cd9ec6ded2
1 changed files with 0 additions and 2 deletions

View File

@ -259,8 +259,6 @@ function taxonomy_menu() {
); );
$items['taxonomy/term/%taxonomy_term/edit'] = array( $items['taxonomy/term/%taxonomy_term/edit'] = array(
'title' => 'Edit', 'title' => 'Edit',
'title callback' => 'entity_page_label',
'title arguments' => array(2),
'route_name' => 'taxonomy.term_edit', 'route_name' => 'taxonomy.term_edit',
'type' => MENU_LOCAL_TASK, 'type' => MENU_LOCAL_TASK,
'context' => MENU_CONTEXT_PAGE | MENU_CONTEXT_INLINE, 'context' => MENU_CONTEXT_PAGE | MENU_CONTEXT_INLINE,