From cd9ec6ded2b107a4092f1d31f405349fe00f92b7 Mon Sep 17 00:00:00 2001 From: Alex Pott Date: Thu, 3 Oct 2013 11:44:25 +0100 Subject: [PATCH] Issue #2100583 by BarisW: Fixed Edit tab on term listing page shows term name instead of 'Edit'. --- core/modules/taxonomy/taxonomy.module | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/modules/taxonomy/taxonomy.module b/core/modules/taxonomy/taxonomy.module index 62eb1281002e..43cd73746ec4 100644 --- a/core/modules/taxonomy/taxonomy.module +++ b/core/modules/taxonomy/taxonomy.module @@ -259,8 +259,6 @@ function taxonomy_menu() { ); $items['taxonomy/term/%taxonomy_term/edit'] = array( 'title' => 'Edit', - 'title callback' => 'entity_page_label', - 'title arguments' => array(2), 'route_name' => 'taxonomy.term_edit', 'type' => MENU_LOCAL_TASK, 'context' => MENU_CONTEXT_PAGE | MENU_CONTEXT_INLINE,