Opened 4 years ago
Closed 4 years ago
#10192 closed defect (bug) (fixed)
Installer/Upgrader bugs and tweaks
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 2.8.1 |
| Component: | Upgrade/Install | Version: | 2.8 |
| Severity: | normal | Keywords: | has-patch needs-review |
| Cc: |
Description
Will post a big patch when I'm done testing the entire thing.
Attachments (1)
Change History (5)
Denis-de-Bernardy — 4 years ago
- Keywords has-patch needs-review added
- Resolution set to fixed
- Status changed from new to closed
I'll open a new ticket if I find more.
Note: See
TracTickets for help on using
tickets.

first batch attached, for plugins.
tested except for this part, which seemed very wrong:
- $update_plugins = get_option('update_plugins'); + $update_plugins = get_transient('update_plugins'); ... - delete_option('update_plugins'); + delete_transient('update_plugins');a few comments on the patch: