Opened 7 weeks ago
Closed 5 weeks ago
#64336 closed defect (bug) (fixed)
One removed SimplePie file was not added to `$_old_files` in WP 6.9
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 6.9.1 | Priority: | normal |
| Severity: | normal | Version: | 6.9 |
| Component: | General | Keywords: | has-patch dev-reviewed commit fixed-major |
| Focuses: | Cc: |
Description
When updating a site from 6.8.3 to 6.9, wp-includes/SimplePie/src/Decode and its subdirs and contained file were correctly removed, but wp-includes/SimplePie/src/Core.php still remains.
The $_old_files array was updated in trac ticket #64320. Core.php was mentioned in the list at the top of the ticket, but it looks like it was just missed in the array.
Change History (9)
This ticket was mentioned in PR #10584 on WordPress/wordpress-develop by @sajib1223.
7 weeks ago
#2
- Keywords has-patch added; needs-patch removed
#3
follow-up:
↓ 7
@
7 weeks ago
Is there anything we should take care of before the general release? Do we need to document this somewhere so we can address it before the release?
#6
@
7 weeks ago
- Keywords dev-feedback added
- Resolution fixed deleted
- Status changed from closed to reopened
Reopening for backporting to the 6.9 branch.
#7
in reply to:
↑ 3
@
7 weeks ago
- Keywords dev-reviewed commit added; dev-feedback removed
Replying to mukesh27:
Is there anything we should take care of before the general release? Do we need to document this somewhere so we can address it before the release?
@mukesh27 I'm not sure what you mean here. Could you clarify? I think what you're asking is if the release checklists need to be updated to make sure this is not missed next time. Is that right?
[61351] looks good to backport.
Added
wp-includes/SimplePie/src/Core.phpfile to the$_old_filesarray.Trac ticket: https://core.trac.wordpress.org/ticket/64336