Rolled back r20813 to restore jump to comments, at least for now

This commit is contained in:
Chad Kieffer
2009-05-19 04:20:52 +00:00
parent 8855be0c33
commit 730cc7aabb
+9
View File
@@ -25,4 +25,13 @@ class comment_menu_Core {
->label(t("Comments"))
->url(url::site("admin/comments")));
}
static function photo($menu, $theme) {
$menu
->append(Menu::factory("link")
->id("comments")
->label(t("View comments on this item"))
->url("#comments")
->css_id("gCommentsLink"));
}
}