Skip to content

Commit

Permalink
Update projects/plugins/jetpack/modules/comments/comments.php
Browse files Browse the repository at this point in the history
Fix wording

Co-authored-by: Karen Attfield <[email protected]>
  • Loading branch information
enejb and coder-karen authored Jul 29, 2024
1 parent 8655b69 commit cff1767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/plugins/jetpack/modules/comments/comments.php
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@ public function pre_comment_on_post() {
* Handle Jetpack Comments POST requests: process the comment form, then client-side POST the results to the self-hosted blog
*
* This function exists because when we submit the form via the jetpack.wordpress.com iframe
* in Chrome the request comes in to jetpack but for some reason the request doesn't hace access to cookies yet.
* in Chrome the request comes in to Jetpack but for some reason the request doesn't have access to cookies yet.
* By submitting the form again locally with the same data the process works as expected.
*
* @return never
Expand Down

0 comments on commit cff1767

Please sign in to comment.