Opened 17 years ago
Closed 17 years ago
#10648 closed defect (bug) (invalid)
XML-RPC Documentation is Incorrect for wp.editComment
| Reported by: | mrroundhill | Owned by: | josephscott |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | XML-RPC | Version: | |
| Severity: | normal | Keywords: | editcomment xml-rpc |
| Cc: | Focuses: |
Description
The documentation at http://codex.wordpress.org/XML-RPC_wp#wp.editComment claims that the variable name to pass the editComment api for status is "comment_status". In reality, the xmlrpc.php file is looking for just "status" to be passed in.
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Good point. The Codex site is a wiki so go ahead and edit it in order to fix it.
Nice to see that someone is reading the Codex :-)
I'm going to close this ticket as invalid since there isn't any code to fix or change in this case.