[wp-trac] [WordPress Trac] #51595: Unable to make anonymous comments via XML-RPC

WordPress Trac noreply at wordpress.org
Wed Oct 21 23:07:13 UTC 2020


#51595: Unable to make anonymous comments via XML-RPC
---------------------------+---------------------------
 Reporter:  peterwilsoncc  |      Owner:  peterwilsoncc
     Type:  defect (bug)   |     Status:  assigned
 Priority:  normal         |  Milestone:  5.6
Component:  XML-RPC        |    Version:  5.5
 Severity:  normal         |   Keywords:
  Focuses:                 |
---------------------------+---------------------------
 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

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/51595>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list