If a module adds:
$form['favicon']['#collapsible'] = true;
$form['favicon']['#collapsed'] = true;
The favicon fieldset won’t collapse properly because the fieldset’s description is placed as a separate, un-wrapped 'markup' instead of a '#description' of the fieldset. This patch only changes $form['favicon']['text'] to $form['favicon']['#description'].
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | favicon-fieldset.patch | 1.07 KB | Zen |
| system_theme_settings.patch | 948 bytes | johnalbin |
Comments
Comment #1
johnalbinFixed title to better represent what the patch does.
Comment #2
Zen commentedWell spotted :P Patch rerolled to sync with HEAD + form array split into multiple lines.
Setting to RTBC.
-K
Comment #3
dries commentedCommitted to CVS HEAD. Thanks.
Comment #4
drummCOmmitted to 5.
Comment #5
(not verified) commented