Make WordPress Core

Opened 14 years ago

Closed 14 years ago

#21467 closed defect (bug) (fixed)

Changeset 21420 breaks insert featured image functionality

Reported by: wahgnube Owned by: markjaquith
Priority: normal Milestone: 3.5
Component: Media Version:
Severity: major Keywords: has-patch
Cc: Focuses:

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)

21467.patch (820 bytes ) - added by SergeyBiryukov 14 years ago.

Download all attachments as: .zip

Change History (5)

#1 @wahgnube
14 years ago

  • Owner set to markjaquith
  • Status newassigned

#2 @SergeyBiryukov
14 years ago

  • Component AdministrationMedia
  • Keywords has-patch added
  • Milestone Awaiting Review3.5

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.

#3 @SergeyBiryukov
14 years ago

Closed #21469 as a duplicate.

#4 @dd32
14 years ago

  • Resolutionfixed
  • Status assignedclosed

In [21421]:

Fix the plupload script enqueue, props SergeyBiryukov, Fixes #21467. See #20683.

Note: See TracTickets for help on using tickets.