No documentation available for this function

CommentFileSizeAuthor
#4 comment-695706-1.patch626 bytesqasimzee
#1 comment-695706.patch618 bytesqasimzee

Comments

qasimzee’s picture

Status: Active » Needs review
StatusFileSize
new618 bytes

A patch is written for it.

jhodgdon’s picture

Status: Needs review » Needs work

This patch is not quite right -- you need to follow the style guidelines for doxygen:
- Each line should end with a .
- After @param, the description of the parameter should be indented by 2 spaces.
- Needs grammar fix: "Returns themed comment" should be "Returns the themed comment".

jhodgdon’s picture

Title: Documentation problem with phptemplate_comment_submitted » phptemplate_comment_submitted has no documentation

And just as a note, this is a Drupal 6 problem only, as the function doesn't exist in Drupal 7.
http://api.drupal.org/api/function/phptemplate_comment_submitted/6

qasimzee’s picture

Status: Needs work » Needs review
StatusFileSize
new626 bytes

The patch is updated

jhodgdon’s picture

Status: Needs review » Reviewed & tested by the community

Looks fine to me. Thanks!

gábor hojtsy’s picture

Status: Reviewed & tested by the community » Needs work

Oh, hoh, this function hardly returns the themed comment. Even just looking at the patch, it looks like it returns a little fragment of info about *who* submitted the comment and *when*.

qasimzee’s picture

OK, Let me work on it as soon as I get some time

jhodgdon’s picture

Issue summary: View changes
Status: Needs work » Closed (won't fix)

I am cleaning up old 6.x documentation issues. At this point, we are not spending effort fixing them. Sorry.