Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
field system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Jan 2010 at 22:17 UTC
Updated:
17 Jan 2010 at 23:40 UTC
In several instances, field.crud.inc uses the word "structure" to describe a field or instance definition array, while this word is usually applied to objects, not arrays.
Suggested patch fixes this by using the "array" instead, and fixes a typo regarding the non existent "include_deletd" property.
| Comment | File | Size | Author |
|---|---|---|---|
| field_crud_wording.patch | 2.94 KB | fgm |
Comments
Comment #1
fgmForgot to set status
Comment #2
yched commentedAgreed. Thanks !
Comment #3
webchickCommitted to HEAD. Thanks!