#29089 closed defect (bug) (duplicate)
Language_Packs_Upgrader::upgrade() doesn't properly handle all errors coming from bulk_upgrade()
Reported by: | jdgrimes | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.7 |
Component: | Upgrade/Install | Keywords: | has-patch |
Focuses: | Cc: |
Description
Language_Packs_Upgrader::upgrade()
is basically a wrapper for Language_Packs_Upgrader::bulk_upgrade()
. The later usually returns an array, but under certain conditions may return false
or a WP_Error
. upgrade()
assumes that an array is always returned.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Duplicate of #29470, fixed in [29675].