diff --git a/core/modules/comment/comment.module b/core/modules/comment/comment.module
index b73857c..07af5de 100644
--- a/core/modules/comment/comment.module
+++ b/core/modules/comment/comment.module
@@ -265,7 +265,7 @@ function comment_menu() {
     'page callback' => 'comment_confirm_delete_page',
     'page arguments' => array(1),
     'access arguments' => array('administer comments'),
-    'type' => MENU_LOCAL_TASK,
+    'context' => MENU_CONTEXT_INLINE,
     'file' => 'comment.admin.inc',
     'weight' => 2,
   );
diff --git a/core/modules/taxonomy/taxonomy.module b/core/modules/taxonomy/taxonomy.module
index b82d3aa..e3c7601 100644
--- a/core/modules/taxonomy/taxonomy.module
+++ b/core/modules/taxonomy/taxonomy.module
@@ -294,7 +294,7 @@ function taxonomy_menu() {
     'page arguments' => array('taxonomy_term_confirm_delete', 2),
     'access callback' => 'taxonomy_term_access',
     'access arguments' => array('delete', 2),
-    'type' => MENU_LOCAL_TASK,
+    'context' => MENU_CONTEXT_INLINE,
     'weight' => 11,
     'file' => 'taxonomy.admin.inc',
   );
