Opened 12 years ago
Closed 12 years ago
#29087 closed defect (bug) (fixed)
Compacting non-existant variables in WP_Upgrader::install_package()
| Reported by: | jdgrimes | Owned by: | dd32 |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.2 |
| Component: | Upgrade/Install | Version: | 2.8 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
Description
WP_Upgrader::install_package() calls compact() with a list of variables, some of which have never existed since this code was added in [11005]. This doesn't cause any problems, as non-existent variables are silently ignored by compact(), but it is quite confusing (I don't know what performance implications might be, but that is trivial anyway).
The following variables don't exist:
'local_source''source_name''delete_source_dir'
Attachments (1)
Change History (4)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
In 31327: