#33208 closed defect (bug) (fixed)
Undefined index notice after installing a theme
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.3 | Priority: | normal |
Severity: | normal | Version: | 4.3 |
Component: | Upgrade/Install | Keywords: | commit has-patch |
Focuses: | Cc: |
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
@
10 years ago
- Component changed from Administration to Upgrade/Install
- Keywords has-patch added
- Milestone changed from Awaiting Review to 4.3
Note: See
TracTickets for help on using
tickets.
In 33519: