#11908 closed defect (bug) (fixed)
erroneous check in theme updates
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.0 | Priority: | normal |
Severity: | critical | Version: | 2.9.1 |
Component: | Upgrade/Install | Keywords: | has-patch tested |
Focuses: | Cc: |
Description
Theme updates expects an array, but WP checks for an object. this inconsistent behavior can break the possibility to update a theme.
patch attached.
Attachments (1)
Change History (9)
#2
@
15 years ago
- Milestone changed from 2.9.2 to 3.0
bumping to 3.0 only.
You can treat arrays and objects interchangably in my testing, and this doesnt appear to be breaking any functionality in 2.9. Feel free to reopen if you disagree.
#3
@
15 years ago
It breaks updates on some servers, actually. Namely the one from #11811.
Leaving this closed, but it would be sweet to have it in 2.9.2.
#5
@
15 years ago
- Milestone changed from 3.0 to 2.9.3
Per forum threads and a wp-testers thread, looks like fixing this in a maintenance release is a good idea.
http://lists.automattic.com/pipermail/wp-testers/2010-February/012110.html
Note: See
TracTickets for help on using
tickets.
(In [12743]) Correct the Theme update package check. Props Denis-de-Bernardy. Fixes #11908 for trunk