diff options
author | Dries Buytaert <dries@buytaert.net> | 2001-09-27 20:51:26 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2001-09-27 20:51:26 +0000 |
commit | 4a0e498f52106b29d4adae0aaf7e1a6d55f8fd68 (patch) | |
tree | c3611570a31af3bce1042d62affa6a38c8678292 /node.php | |
parent | 6cde632962a461d2dc2acef0917b592823e123f8 (diff) | |
download | brdo-4a0e498f52106b29d4adae0aaf7e1a6d55f8fd68.tar.gz brdo-4a0e498f52106b29d4adae0aaf7e1a6d55f8fd68.tar.bz2 |
- a batch of updates, including some experimental changes to the moderation
of comments and nodes.
Diffstat (limited to 'node.php')
-rw-r--r-- | node.php | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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); |