Closed (fixed)
Project:
Drupal core
Version:
6.x-dev
Component:
documentation
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Jan 2012 at 08:59 UTC
Updated:
4 Jan 2014 at 01:39 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
jhodgdonThanks for reporting this! Good novice project, and needs to be done in Drupal 8, then 7, then 6.
Comment #2
pontus_nilssonPatch adds correct indentation and "-" for the possible values for function _user_mail_notify() description. Patch is against 8.x
Comment #3
jhodgdonLooks close, thanks!
Please check out our list guidelines though -- every list item should end with a . :
http://drupal.org/node/1354#lists
You might also verify that none of those lines exceeds 80 characters, just in case.
Also, we need a blank line between @param and @return.
Thanks for catching and fixing the indentation on the param/returns too!
Comment #4
pontus_nilssonThank you for your guideance.
New patch adds "." to end of list items and a blank line between @param and @return.
Regarding line lengths, does this count as 80 or 81?
Comment #5
pontus_nilssonComment #6
pontus_nilssonNew patch ensures line length of 80 characters.
Comment #7
jhodgdonLooks good, thanks!
Comment #8
webchickLooks great!
Committed and pushed to 8.x and 7.x. Thanks!
Comment #9
jhodgdonStill needs backport to D6.
Comment #10
pontus_nilssonAttached patch is against 6.x branch. Changed the indentation, added "-" to seperate list items, added punctuation and blank row before return value.
Comment #11
jhodgdonThanks! It looks like there is one other mistake to correct in 6.x -- there are two spaces instead of one after the . in this line:
Comment #12
pontus_nilssonNew patch fixes the two spaces noticed in #11.
Comment #13
jhodgdonLooks good, thanks!
Comment #14
gábor hojtsyThanks a lot, committed, pushed.