From bfd1f636adee3043be2d08c44c0625ee10d9eaf6 Mon Sep 17 00:00:00 2001 From: Alex Pott Date: Thu, 13 Feb 2014 14:02:13 +0000 Subject: [PATCH] Revert "Issue #2188097 by olli: "Comment forms" links to admin/content/comment." This reverts commit 9d5d0eab42133274312f3eaa5dd9bd49dfa45f8f. --- core/modules/comment/comment.module | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/core/modules/comment/comment.module b/core/modules/comment/comment.module index a9b0adf4f23..dbf72b1b1c7 100644 --- a/core/modules/comment/comment.module +++ b/core/modules/comment/comment.module @@ -203,17 +203,11 @@ function comment_menu() { * Implements hook_menu_link_defaults(). */ function comment_menu_link_defaults() { - $links['comment.admin.content.comment'] = array( - 'link_title' => 'Comments', - 'route_name' => 'comment.admin', - 'parent' => 'node.admin.content', - 'description' => 'List and edit site comments and the comment approval queue.', - ); - $links['comment.admin.structure.comments'] = array( + $links['comment.admin.content'] = array( 'link_title' => 'Comment forms', - 'route_name' => 'comment.bundle_list', + 'route_name' => 'comment.admin', 'parent' => 'system.admin.structure', - 'description' => 'Manage fields and displays settings for comment forms.', + 'description' => 'List and edit site comments and the comment approval queue.', ); return $links;