#51595 closed defect (bug) (fixed)
Unable to make anonymous comments via XML-RPC
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 5.5.2 | Priority: | normal |
Severity: | normal | Version: | 5.5 |
Component: | XML-RPC | Keywords: | has-patch has-unit-tests |
Focuses: | Cc: |
Description
The anonymous commenting flow for XML-RPC includes strlen( $comment['comment_author_email'] < 6 )
rather than the intended strlen( $comment['comment_author_email'] ) < 6
This prevents comments been accepted unless the author email a low numeric value.
Introduced in [47808] for WordPress 5.5
Change History (5)
This ticket was mentioned in PR #644 on WordPress/wordpress-develop by peterwilsoncc.
4 years ago
#1
- Keywords has-patch has-unit-tests added
#2
@
4 years ago
- Milestone changed from 5.6 to 5.5.2
Moving to 5.5.2 as this was introduced in the 5.5 cycle.
This ticket was mentioned in PR #645 on WordPress/wordpress-develop by peterwilsoncc.
4 years ago
#3
https://core.trac.wordpress.org/ticket/51595 for 5.5 branch
Note: See
TracTickets for help on using
tickets.
https://core.trac.wordpress.org/ticket/51595