diff options
author | Dries Buytaert <dries@buytaert.net> | 2010-04-13 15:23:03 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2010-04-13 15:23:03 +0000 |
commit | 3c3cee28b94eb0c14f6958e1e6440bba15bc9a7d (patch) | |
tree | 4bd9c67db94feb06249cc2727dd3a5e935f58e12 /modules/comment | |
parent | f8e14898d636ceae44a9980105da903f57d2deef (diff) | |
download | brdo-3c3cee28b94eb0c14f6958e1e6440bba15bc9a7d.tar.gz brdo-3c3cee28b94eb0c14f6958e1e6440bba15bc9a7d.tar.bz2 |
- Patch #716496 by JohnAlbin: documentation updates for theme functions.
Diffstat (limited to 'modules/comment')
-rw-r--r-- | modules/comment/comment.module | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/modules/comment/comment.module b/modules/comment/comment.module index 21c16949c..f9305e808 100644 --- a/modules/comment/comment.module +++ b/modules/comment/comment.module @@ -568,10 +568,8 @@ function comment_new_page_count($num_comments, $new_replies, $node) { } /** - * Returns a formatted list of recent comments to be displayed in the comment block. + * Returns HTML for a list of recent comments to be displayed in the comment block. * - * @return - * The comment list HTML. * @ingroup themeable */ function theme_comment_block() { @@ -2204,7 +2202,7 @@ function template_preprocess_comment(&$variables) { } /** - * Theme a "you can't post comments" notice. + * Returns HTML for a "you can't post comments" notice. * * @param $variables * An associative array containing: |