The top of the settings page for a particular theme (admin/appearance/settings/THEMENAME) is supposed to say:
These options control the display settings for the THEMENAME theme. When your site is displayed using this theme, these settings will be used. By clicking "Reset to defaults," you can choose to use the global settings for this theme.
But when the path was changed from admin/build/themes/settings/THEME to its current path, a small bug was introduced in system_help() that prevents the help text from appearing.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | theme-settings-help-562188-1.patch | 1.59 KB | johnalbin |
Comments
Comment #1
johnalbinIf you go to /admin/appearance/settings/garland, you'll see the help text is missing.
After applying this patch, the help text will appear.
Comment #2
johnalbinComment #3
dawehnerWorks fine.
Comment #4
webchickCommitted to HEAD! Thanks!