Make WordPress Core

Opened 15 years ago

Closed 13 years ago

#10933 closed task (blessed) (fixed)

Provide custom more text back to XML-RPC clients

Reported by: josephscott's profile josephscott Owned by: westi's profile westi
Milestone: 3.4 Priority: normal
Severity: normal Version: 2.8.4
Component: XML-RPC Keywords: mobile has-patch commit
Focuses: Cc:

Description

If a user provides a custom more text string:

<!-- more My Custom More String-->

for a post, XML-RPC clients don't get the custom more text ('My Custom More String') when requesting the post data (metaWeblog.getPost).

A simple option would be to add a new (wp_more_text ?) field to provide this information.

Attachments (2)

patch-core-10933.diff (2.1 KB) - added by koke 14 years ago.
10933-refresh.diff (2.4 KB) - added by ericmann 13 years ago.
Refresh patch to match latest version of trunk.

Download all attachments as: .zip

Change History (12)

#1 @janeforshort
15 years ago

  • Milestone changed from 2.9 to Future Release

Punting due to feature freeze.

#2 @koke
14 years ago

  • Keywords mobile added

#3 @koke
14 years ago

  • Keywords has-patch added

Added patch: new wp_more_text returned on metaWeblog.getPost()

#4 @josephscott
13 years ago

  • Keywords dev-feedback added

#5 @daniloercoli
13 years ago

  • Cc ercoli@… added

#6 @josephscott
13 years ago

  • Keywords dev-feedback removed
  • Type changed from enhancement to task (blessed)

Looks good, I'd be fine with committing this.

#7 @markoheijnen
13 years ago

  • Cc marko@… added

@ericmann
13 years ago

Refresh patch to match latest version of trunk.

#8 @ericmann
13 years ago

  • Keywords commit added

#9 @westi
13 years ago

  • Milestone changed from Future Release to 3.4
  • Owner changed from josephscott to westi
  • Status changed from new to reviewing

#10 @westi
13 years ago

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

In [20156]:

XMLRPC: Expose the extended more text to XMLRPC clients from metaWeblog.getPost(). Fixes #10933 props koke, ericmann.

Note: See TracTickets for help on using tickets.