Issue #2100583 by BarisW: Fixed Edit tab on term listing page shows term name instead of 'Edit'.
parent
f995135280
commit
cd9ec6ded2
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue