Opened 14 months ago
Closed 14 months ago
#20404 closed task (blessed) (fixed)
Use theme customizer instead of thickbox theme preview
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.4 |
| Component: | Administration | Version: | 3.4 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
The now old-school thickbox theme previewer is still used on the theme install/update screens. We should use the new customizer instead and completely deprecate theme-preview.js.
Attachments (1)
Change History (6)
koopersmith — 14 months ago
comment:1
koopersmith — 14 months ago
- Status changed from new to accepted
Just a fly-by: Make sure you test the Bulk update as well as singular update, the bulk update runs through a iframe, whereas the latter doesn't.
comment:4
in reply to:
↑ 3
koopersmith — 14 months ago
Replying to dd32:
Just a fly-by: Make sure you test the Bulk update as well as singular update, the bulk update runs through a iframe, whereas the latter doesn't.
Yep, I tested bulk update — works for me. :)
comment:5
koopersmith — 14 months ago
- Resolution set to fixed
- Status changed from accepted to closed
In [20419]:
Note: See
TracTickets for help on using
tickets.

The attached patch replaces all remaining instances of the thickbox theme previewer. It also separates the inclusion of the customize loader from the WP_Customize class. The loader is just a container that requires a JS file and a small amount of markup.