Ticket #12528 (closed task (blessed): fixed)
Support Themes in Unified Updater
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.0 |
| Component: | Upgrade/Install | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | WordPress@… |
Description
Theme update support was partially added to the Unified Updater (wp-admin/update-core.php) but never finished. Let's finish it.
Change History
comment:3
in reply to:
↑ 1
;
follow-up:
↓ 4
Denis-de-Bernardy — 2 years ago
Replying to jane:
We'll need to put a warning above the GUU themes section reminding people that updating a theme could overwrite any changes they've made, etc.
It would be sweet to allow theme authors to remove that using a filter. Some themes are built in such a way that you don't need to edit the templates in order to customize them...
Replying to Denis-de-Bernardy:
It would be sweet to allow theme authors to remove that using a filter. Some themes are built in such a way that you don't need to edit the templates in order to customize them...
True, but some people will edit those themes anyway. not everything is covered in a theme options screen.
comment:5
in reply to:
↑ 4
Denis-de-Bernardy — 2 years ago
Replying to jane:
Replying to Denis-de-Bernardy:
It would be sweet to allow theme authors to remove that using a filter. Some themes are built in such a way that you don't need to edit the templates in order to customize them...
True, but some people will edit those themes anyway. not everything is covered in a theme options screen.
It's not about options, it's about widgets. When your template (as in, the loop) is widget-based, there is absolutely no reason to edit the slightest file.
It's not about options, it's about widgets. When your template (as in, the loop) is widget-based, there is absolutely no reason to edit the slightest file.
That doesn't mean they won't.
We'll need to put a warning above the GUU themes section reminding people that updating a theme could overwrite any changes they've made, etc.
That should probably be displayed in the Plugin & Theme editors too, linking to a codex article about child themes for the latter.
comment:10
dd32 — 2 years ago
comment:12
dd32 — 23 months ago
- Status changed from new to closed
- Resolution set to fixed

We'll need to put a warning above the GUU themes section reminding people that updating a theme could overwrite any changes they've made, etc.