From 4a0e498f52106b29d4adae0aaf7e1a6d55f8fd68 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 27 Sep 2001 20:51:26 +0000 Subject: - a batch of updates, including some experimental changes to the moderation of comments and nodes. --- node.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'node.php') diff --git a/node.php b/node.php index fa066e6b8..2e0c9dc89 100644 --- a/node.php +++ b/node.php @@ -40,8 +40,9 @@ function node_render($node) { comment_render($id, $cid); $theme->footer(); break; - case t("Moderate comments"): - comment_moderate($moderate); + case t("Update ratings"): + node_moderate($moderate["node"]); + comment_moderate($moderate["comment"]); $theme->header(); node_view($node); comment_render($id, $cid); -- cgit v1.2.3