#33208 closed defect (bug) (fixed)
Undefined index notice after installing a theme
| Reported by: | jesin | Owned by: | ocean90 |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.3 |
| Component: | Upgrade/Install | Version: | 4.3 |
| Severity: | normal | Keywords: | commit has-patch |
| Cc: | Focuses: |
Description
After a theme installed either from the WP.org repo or file upload the following notice is displayed:
Notice: Undefined index: preview in /var/www/wptrunk/src/wp-admin/includes/class-wp-upgrader-skins.php on line 663
The bug was introduced in 33492 when $install_actions['preview'] =[...] was removed at line 667. The current line 663 has a concatenating assignment operator (.=) which is causing this notice.
Attachments (1)
Change History (6)
#2
@
11 years ago
- Component Administration → Upgrade/Install
- Keywords has-patch added
- Milestone Awaiting Review → 4.3
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
In 33519: