Opened 12 years ago
Closed 12 years ago
#20784 closed defect (bug) (fixed)
"Live Preview" rather than "Customize" after installing a theme
Reported by: | nacin | Owned by: | ryan |
---|---|---|---|
Milestone: | 3.4 | Priority: | normal |
Severity: | normal | Version: | |
Component: | UI | Keywords: | has-patch |
Focuses: | Cc: |
Description
After installing a theme, we should use the terminology we decided on.
As the strings already exist, this is likely not an i18n-change.
Attachments (3)
Change History (11)
#3
follow-up:
↓ 4
@
12 years ago
- Resolution fixed deleted
- Status changed from closed to reopened
Let's also add in a title attribute. We use __( 'Preview “%s”' )
in the list table.
#5
@
12 years ago
For the upgrader skin when the theme is active, we hide these links. We should keep the Live Preview link, rename it to Customize, and ditch the fallback preview link.
In the network admin, looks like we properly hide the activate and preview links, but only for the installer skin, not for the upgrader skin.
#6
@
12 years ago
20784.3.patch addresses the above suggestions.
We have __( 'Customize “%s”' )
on Manage Themes screen, so it's still not an i18n-change.
Note: See
TracTickets for help on using
tickets.
In [20957]: