these functions should look as much as possible like their singular equivalents.
| Comment | File | Size | Author |
|---|---|---|---|
| form_attributes.patch | 2.44 KB | moshe weitzman |
these functions should look as much as possible like their singular equivalents.
| Comment | File | Size | Author |
|---|---|---|---|
| form_attributes.patch | 2.44 KB | moshe weitzman |
Comments
Comment #1
Kjartan commentedComment #2
asimmonds commentedShould the required and attributes parameter order be the same as the singular functions?
ie, with this patch:
function form_radio(... $attributes = NULL, $required = FALSE) {
function form_radios(... $required = FALSE, $attributes = NULL) {
Is is a good idea to change the api, or will it break too many things?
Comment #3
(not verified) commented