#3305 - Theme Wizard: Wizard does not properly copy custom GLOBAL_HTML_WRAP to new theme
| Identifier | #3305 |
|---|---|
| Issue type | Minor issue (breaks specific functionality) |
| Title | Theme Wizard: Wizard does not properly copy custom GLOBAL_HTML_WRAP to new theme |
| Status | Closed (cannot reproduce) |
| Handling member | Chris Graham |
| Addon | core_themeing |
| Description | If the base theme I'm selecting in the theme wizard contains a custom GLOBAL_HTML_WRAP, this does not get copied over to the new theme like it should; Composr instead copies the original template.
I have not tested this bug with any other templates, nor any CSS or JS files. |
| Steps to reproduce | |
| Funded? | No |
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".
Comments
This may be a bug still though, given expected behaviour of the wizard.
sources/themewizard.php:make_theme -> themes3.php:actual_copy_theme -> themes3.php:afm_copy.
i.e. make_theme copies the origin theme, which works by doing a directory scan of the origin theme and copying everything from it.