Opened 17 years ago
Closed 17 years ago
#10192 closed defect (bug) (fixed)
Installer/Upgrader bugs and tweaks
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 2.8.1 | Priority: | normal |
| Severity: | normal | Version: | 2.8 |
| Component: | Upgrade/Install | Keywords: | has-patch needs-review |
| Focuses: | Cc: |
Description
Will post a big patch when I'm done testing the entire thing.
Attachments (1)
Change History (5)
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: