Make WordPress Core

Opened 14 years ago

Closed 14 years ago

#20396 closed defect (bug) (fixed)

Use 'post_thumbnail' instead of 'featured_image' in XMLRPC

Reported by: maxcutler's profile maxcutler Owned by: nacin's profile nacin
Milestone: 3.4 Priority: normal
Severity: normal Version: 3.4
Component: XML-RPC Keywords: has-patch
Focuses: Cc:

Description

Although the UI uses "featured image" terminology, core APIs use "post_thumbnail", and XML-RPC should too.

Attachments (2)

20396.patch (5.2 KB) - added by maxcutler 14 years ago.
20396_unittests.patch (15.5 KB) - added by maxcutler 14 years ago.

Download all attachments as: .zip

Change History (5)

#1 @nacin
14 years ago

  • Milestone changed from Awaiting Review to 3.4

@maxcutler
14 years ago

#2 @maxcutler
14 years ago

  • Keywords has-patch added; needs-patch removed

Added core patch and corresponding patch for the existing unit tests.

#3 @nacin
14 years ago

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

In [20462]:

Move from 'featured image' to 'post thumbnail' in the XML-RPC API. props maxcutler, fixes #20396.

Note: See TracTickets for help on using tickets.