Opened 11 months ago
Closed 11 months ago
#21467 closed defect (bug) (fixed)
Changeset 21420 breaks insert featured image functionality
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.5 |
| Component: | Media | Version: | |
| Severity: | major | Keywords: | has-patch |
| Cc: |
Description
When I apply Changeset 21420 which touches wp-includes/class.wp-dependencies.php , the insert a 'featured image' from the Media Library into a post functionality stops working for me.
I rolled back just this one change and the functionality returned. I am seeing this problem with no plugins enabled.
Attachments (1)
Change History (5)
SergeyBiryukov
— 11 months ago
comment:2
SergeyBiryukov
— 11 months ago
- Component changed from Administration to Media
- Keywords has-patch added
- Milestone changed from Awaiting Review to 3.5
comment:3
SergeyBiryukov
— 11 months ago
Closed #21469 as a duplicate.
Note: See
TracTickets for help on using
tickets.
Since [20732], Plupload has an incorrect dependency value (version instead of an empty array).
Since [21420], WP_Dependencies treats that as an actual dependency, so Plupload doesn't get loaded.