Make WordPress Core

Opened 14 years ago

Closed 14 years ago

#14514 closed defect (bug) (fixed)

Fix oEmbed issues caused by kses

Reported by: viper007bond's profile Viper007Bond Owned by:
Milestone: 3.1 Priority: normal
Severity: normal Version: 3.0.1
Component: Embeds Keywords: has-patch commit
Focuses: Cc:

Description

kses converts & to & in URLs for low access users. See #11311

Attached patch is a workaround until #11311 gets fixed (we need to pass the original & to the oEmbed provider and not &).

Attachments (1)

14514.patch (574 bytes) - added by Viper007Bond 14 years ago.

Download all attachments as: .zip

Change History (4)

@Viper007Bond
14 years ago

#1 @Viper007Bond
14 years ago

Yes, this is indeed a band-aid. #11311 is a complicated issue (I believe) and I don't think it'll be a quick fix. This is a fix for meanwhile.

#2 @nacin
14 years ago

  • Keywords commit added
  • Milestone changed from Awaiting Review to 3.1

#3 @nacin
14 years ago

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

(In [16728]) Unescape ampersands before making an oEmbed request. props Viper007Bond, fixes #14514, see #11311.

Note: See TracTickets for help on using tickets.