Opened 17 years ago
Closed 17 years ago
#7792 closed defect (bug) (fixed)
Explicitly check for approved status in wp_getComments (xmlrpc)
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 2.7 | Priority: | normal |
Severity: | normal | Version: | |
Component: | XML-RPC | Keywords: | has-patch |
Focuses: | Cc: |
Description
The wp_getComments (XML-RPC) function assumes that any comment_approved values that are zero or 'spam' are approved comments. This could cause problems if a custom comment_approved value is being used (by a plugin for instance).
Attachments (1)
Change History (2)
Note: See
TracTickets for help on using
tickets.
(In [8979]) Ensure we support custom comment approval statuses over xmlrpc. Fixes #7792 props josephscott.