summaryrefslogtreecommitdiff
path: root/modules/comment.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/comment.module')
-rw-r--r--modules/comment.module5
1 files changed, 3 insertions, 2 deletions
diff --git a/modules/comment.module b/modules/comment.module
index 6e7ab5471..34e5f039a 100644
--- a/modules/comment.module
+++ b/modules/comment.module
@@ -1531,8 +1531,9 @@ function comment_num_replies($pid) {
/**
* get number of new comments for current user and specified node
*
- * @param $nid node-id to count comments for
- * @param $timestamp time to count from (defaults to time of last user access to node)
+ * @param $nid node-id to count comments for
+ * @param $timestamp time to count from (defaults to time of last user access
+ * to node)
*/
function comment_num_new($nid, $timestamp = 0) {
global $user;