Opened 4 years ago
Closed 15 months ago
#10933 closed task (blessed) (fixed)
Provide custom more text back to XML-RPC clients
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.4 |
| Component: | XML-RPC | Version: | 2.8.4 |
| Severity: | normal | Keywords: | mobile has-patch commit |
| Cc: | joseph@…, ercoli@…, marko@… |
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)
Change History (12)
comment:1
janeforshort — 4 years ago
- Milestone changed from 2.9 to Future Release
- Keywords mobile added
Related ticket: http://ios.trac.wordpress.org/ticket/255
- Keywords has-patch added
Added patch: new wp_more_text returned on metaWeblog.getPost()
comment:4
josephscott — 17 months ago
- Keywords dev-feedback added
comment:5
daniloercoli — 16 months ago
- Cc ercoli@… added
comment:6
josephscott — 16 months ago
- Keywords dev-feedback removed
- Type changed from enhancement to task (blessed)
Looks good, I'd be fine with committing this.
comment:7
markoheijnen — 15 months ago
- Cc marko@… added
- Milestone changed from Future Release to 3.4
- Owner changed from josephscott to westi
- Status changed from new to reviewing
comment:10
westi — 15 months ago
- Resolution set to fixed
- Status changed from reviewing to closed
In [20156]:
Note: See
TracTickets for help on using
tickets.

Punting due to feature freeze.