WordPress.org

Make WordPress Core

#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:

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 11 months ago.

Download all attachments as: .zip

Change History (5)

comment:1 wahgnube11 months ago

  • Owner set to markjaquith
  • Status changed from new to assigned

SergeyBiryukov11 months ago

comment:2 SergeyBiryukov11 months ago

  • Component changed from Administration to Media
  • Keywords has-patch added
  • Milestone changed from Awaiting Review to 3.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.

comment:3 SergeyBiryukov11 months ago

Closed #21469 as a duplicate.

comment:4 dd3211 months ago

  • Resolution set to fixed
  • Status changed from assigned to closed

In [21421]:

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

Note: See TracTickets for help on using tickets.