mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Introduces `wp_check_comment_data_max_lengths()` which allows both the REST API comments endpoints and `wp_handle_comment_submission()` to check the length of the comment content, author name, author url, and author email fields against their respective database columns. Props rachelbaker, mangeshp, salcode, pento. Fixes #38477. git-svn-id: https://develop.svn.wordpress.org/trunk@39101 602fd350-edb4-49c9-b593-d223f7449a82 |
||
|---|---|---|
| .. | ||
| rest-attachments-controller.php | ||
| rest-categories-controller.php | ||
| rest-comments-controller.php | ||
| rest-controller.php | ||
| rest-pages-controller.php | ||
| rest-post-meta-fields.php | ||
| rest-post-statuses-controller.php | ||
| rest-post-types-controller.php | ||
| rest-posts-controller.php | ||
| rest-request-validation.php | ||
| rest-request.php | ||
| rest-revisions-controller.php | ||
| rest-schema-sanitization.php | ||
| rest-schema-validation.php | ||
| rest-server.php | ||
| rest-settings-controller.php | ||
| rest-tags-controller.php | ||
| rest-taxonomies-controller.php | ||
| rest-test-controller.php | ||
| rest-users-controller.php | ||