Opened 14 years ago
Closed 14 years ago
#21467 closed defect (bug) (fixed)
Changeset 21420 breaks insert featured image functionality
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 3.5 | Priority: | normal |
| Severity: | major | Version: | |
| Component: | Media | Keywords: | has-patch |
| Focuses: | 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)
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_Dependenciestreats that as an actual dependency, so Plupload doesn't get loaded.