Closed (won't fix)
Project:
Drupal core
Version:
6.x-dev
Component:
documentation
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Jan 2010 at 11:21 UTC
Updated:
3 Dec 2015 at 22:13 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
qasimzee commentedA patch is written for it.
Comment #2
jhodgdonThis 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".
Comment #3
jhodgdonAnd 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
Comment #4
qasimzee commentedThe patch is updated
Comment #5
jhodgdonLooks fine to me. Thanks!
Comment #6
gábor hojtsyOh, 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*.
Comment #7
qasimzee commentedOK, Let me work on it as soon as I get some time
Comment #8
jhodgdonI am cleaning up old 6.x documentation issues. At this point, we are not spending effort fixing them. Sorry.