#26139 closed defect (bug) (fixed)
"Add new theme" link broken in 3.8 beta
Reported by: | wet | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 3.8 | Priority: | normal |
Severity: | normal | Version: | 3.8 |
Component: | Customize | Keywords: | has-patch commit |
Focuses: | Cc: |
Description
Steps to reproduce:
- Navigate to Dashboard > Appearance > Theme.
- Hover over the "Add new theme" box at the last position in the screenshot gallery.
- Notice the link going to
../wp-admin/undefined
which obviously will not help in adding a new theme.
theme.js
grabs the install URI from an undefined variable named themes.data.settings.install_uri
while the actual setting's name is themes.data.settings.installURI
.
Attached patch fixes this issue.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
caused by a cleanup in [26291]