The block caching form on admin/settings/performance is provided by system.module but since block module is now optional, the code for it should move into there.
Tagging as novice since this ought to be pretty straightforward.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 424252.patch | 3.9 KB | swentel |
Comments
Comment #1
swentel commentedPatch attached, using hook_form_FORM_ID_alter.
Comment #2
dries commentedWorks for me. Thanks!