mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-20 03:19:13 -04:00
Add very basic comment listing which shows the different queues
(approved, unapproved, spam).
This commit is contained in:
@@ -23,7 +23,7 @@ class comment_menu_Core {
|
||||
->append(Menu::factory("link")
|
||||
->id("comments")
|
||||
->label(_("Comments"))
|
||||
->url("#"));
|
||||
->url(url::site("admin/comments")));
|
||||
}
|
||||
|
||||
public static function photo($menu, $theme) {
|
||||
|
||||
Reference in New Issue
Block a user