Opened 5 years ago
Closed 5 years ago
#54041 closed defect (bug) (fixed)
Docs: Consistent use of "sign-up/sign up/signup" in wp-signup.php
| Reported by: | audrasjb | Owned by: | peterwilsoncc |
|---|---|---|---|
| Priority: | normal | Milestone: | 5.9 |
| Component: | Login and Registration | Version: | |
| Severity: | normal | Keywords: | has-patch commit |
| Cc: | Focuses: | docs |
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)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
[silent 5.9 bugscrub]
The patch still applies cleanly against trunk, let's mark it ready for
commit.