#5493 closed defect (bug) (fixed)
English Writing Error in Main Privacy Policy Page
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | WordPress.org Site | Keywords: | has-privacy-review has-patch commit has-copy-review |
Cc: |
Description
The privacy policy listed on your main privacy policy page (https://wordpress.org/about/privacy/) appears to be missing the words "will not" in the first paragraph under the section titled "Use of Personal Information".
I believe the sentence should be "We will not use the information you provide to register for an account, attend our events, receive newsletters, use certain other services, or participate in the WordPress open source project in any other way."
Attachments (1)
Change History (6)
#3
@
4 years ago
- Keywords has-privacy-review has-patch commit has-copy-review added; 2nd-opinion removed
- Owner set to garrett-eclipse
- Status changed from new to accepted
Good catch @aija1100 and thanks for the patch @dufresnesteven that indeed is what it should state, and the patch looks good. Marking for commit.
#5
@
3 years ago
I agree the "will not" is missing, but the sentence still reads a bit awkwardly. To improve upon the fixed text of:
We will not use the information you provide to register for an account, attend our events, receive newsletters, use certain other services, or participate in the WordPress open source project in any other way.
I committed:
We will not use the information you provide when you register for an account, attend our events, receive newsletters, use certain other services, or participate in the WordPress open source project in any other way.
(Emphasis mine.) The original text could be (mis)read to mean that "we will not use the information you provide" to then do these other things (i.e. register for an account, sign them up for newsletters), or in any other way.
Whereas, what we mean is that the information they provide from doing or having already done certain things (e.g. registering for an account, signing up for newsletters) will not be used in any other way.
Hey! I think you are correct. Adding a patch... I would appreciate a second opinion before deploying.