Make WordPress Core

Opened 13 years ago

Closed 13 years ago

#20038 closed defect (bug) (fixed)

oEmbed Cache action is incorrect, prevents cache refresh on update post.

Reported by: jeremyfelt's profile jeremyfelt Owned by: duck_'s profile duck_
Milestone: 3.4 Priority: normal
Severity: normal Version:
Component: General Keywords: has-patch commit
Focuses: Cc:

Description

The defined GET and POST actions in admin-ajax.php include an incorrect option for oembed_cache that should be oembed-cache.

This prevents cached oEmbed data from refreshing on post update.

Attachments (1)

20038.diff (989 bytes) - added by jeremyfelt 13 years ago.

Download all attachments as: .zip

Change History (3)

@jeremyfelt
13 years ago

#1 @SergeyBiryukov
13 years ago

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

Related: #15327

#2 @duck_
13 years ago

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

In [19917]:

s/oembed_cache/oembed-cache/ in admin AJAX $core_actions_*. Props jeremyfelt. Fixes #20038.

Note: See TracTickets for help on using tickets.