Opened 2 years ago
Closed 2 years ago
#54041 closed defect (bug) (fixed)
Docs: Consistent use of "sign-up/sign up/signup" in wp-signup.php
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 5.9 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Login and Registration | Keywords: | has-patch commit |
Focuses: | docs | Cc: |
Description
As a follow-up to #41566, let's use a consistent writing for sign-up/signup in wp-signup.php
docblocks.
I believe the correct use is:
- "sign up" in a verbal phrase, which is used to refer to an action of signing up. Example: "Shows a form for a visitor to sign up for a new user account."
- "sign-up" or "signup" when used as a noun or an adjective. Example: "Fires when the site or user sign-up process is complete."
As for now, the wp-signup.php file use the three forms. For consistency, I propose to use "sign up" on verbal phrases (which would be consistent with "log in", already used in the same file), and "sign-up" for the second case, which is the most current use (noun or adjective) in this file.
For reference: https://www.sporcle.com/blog/2018/03/sign-up-vs-signup-vs-sign-up-difference/
Attachments (1)
Change History (5)
This ticket was mentioned in Slack in #core-test by hellofromtonya. View the logs.
2 years ago
Note: See
TracTickets for help on using
tickets.
[silent 5.9 bugscrub]
The patch still applies cleanly against trunk, let's mark it ready for
commit
.