comment_num_replies
Functions that call comment_num_replies()
| Name | Location | Description |
|---|---|---|
| comment_access | modules/comment/comment.module | This is *not* a hook_access() implementation. This function is called to determine whether the current user has access to a particular comment. |
| comment_num_replies | modules/comment/comment.module | Get replies count for a comment. |
Functions called by comment_num_replies()
| Name | Location | Description |
|---|---|---|
| comment_num_replies | modules/comment/comment.module | Get replies count for a comment. |
| db_query | includes/database.pgsql.inc | Runs a basic query in the active database. |
| db_result | includes/database.pgsql.inc | Return an individual result field from the previous query. |
