#1853 closed defect (bug) (worksforme)
Trackback doesn't work through api
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 1.5.2 |
Component: | XML-RPC | Keywords: | bg|needs-testing |
Focuses: | Cc: |
Change History (6)
#2
@
19 years ago
- Keywords bg|needs-testing added
Above comment refers to 1.5.2
Looks fixed in trunk as mw_editPost and mw_newPost now call wp_insert_post and wp_update_post respectively
Needs testing against trunk
Note: See
TracTickets for help on using
tickets.
Looking at xmlrpc.php trackbacks won't be sent as the call to trackback_url_list is commented out.
Also there is a check on an undefined variable $post_pingback to decide if pingbacks should be sent.
This issue is true for both mw_editPost and mw_newPost