Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
documentation
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
22 Sep 2009 at 07:50 UTC
Updated:
3 Jan 2014 at 00:29 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
jhodgdonGood catch! Just needs a patch...
Comment #2
jhodgdonHmmm...
There's a lot more than just this problem in the doc in this file. I also noticed that the doc for hook_entity_info() was formatted badly. Here's a patch to fix up all the doc in modules/field/field.info.inc, as well as the hook_entity_info() doc.
Comment #4
jhodgdonThis patch should probably wait until after the next code freeze milestone for a reroll, because applying it (once rerolled) would presumably cause many other patches to need a reroll.
Comment #5
yched commentedThe convention in core is not to use 3rd person in function summaries.
Those changes are no good:
Comment #6
jhodgdonRE #5 - the convention is to use 3rd person, actually. It's just not very well followed.
http://drupal.org/node/1354
Comment #7
jhodgdonHere's a patch reroll.
Comment #8
yched commentedGreat cleanup. Thanks !
Comment #9
dries commentedCommitted to CVS HEAD. Thanks.