summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/taxonomy/taxonomy.module4
-rw-r--r--modules/user/user.module2
2 files changed, 1 insertions, 5 deletions
diff --git a/modules/taxonomy/taxonomy.module b/modules/taxonomy/taxonomy.module
index f17aa1b4e..a96132c37 100644
--- a/modules/taxonomy/taxonomy.module
+++ b/modules/taxonomy/taxonomy.module
@@ -248,9 +248,7 @@ function taxonomy_menu() {
'type' => MENU_DEFAULT_LOCAL_TASK,
);
$items['taxonomy/term/%taxonomy_term/edit'] = array(
- 'title' => 'Edit term',
- 'title callback' => 'taxonomy_term_title',
- 'title arguments' => array(2),
+ 'title' => 'Edit',
'page callback' => 'drupal_get_form',
'page arguments' => array('taxonomy_form_term', 2),
'access callback' => 'taxonomy_term_edit_access',
diff --git a/modules/user/user.module b/modules/user/user.module
index e0f510e93..464e7a818 100644
--- a/modules/user/user.module
+++ b/modules/user/user.module
@@ -1562,8 +1562,6 @@ function user_menu() {
$items['user/%user/edit'] = array(
'title' => 'Edit',
- 'title callback' => 'user_page_title',
- 'title arguments' => array(1),
'page callback' => 'drupal_get_form',
'page arguments' => array('user_profile_form', 1),
'access callback' => 'user_edit_access',