Opened 17 years ago
Closed 17 years ago
#5296 closed enhancement (fixed)
"Login" used in place of "Log In" (Grammar error)
Reported by: | doug | Owned by: | |
---|---|---|---|
Milestone: | 2.5 | Priority: | normal |
Severity: | minor | Version: | 2.3 |
Component: | Template | Keywords: | has-patch commit |
Focuses: | Cc: |
Description
The wp_loginout() function in general-template.php and the form in wp-login.php incorrectly display the nouns "Login" and "Logout" instead of the verbs "Log In" and "Log Out". (This is only an error when the words are displayed to the user, not necessarily when they occur within the code itself.)
An easy way to remember the difference is to try to form a present participle. Are you "logging in" or "loginning"?
I note that trac makes the same error, while the WordPress forums do not!
Attachments (1)
Change History (19)
#2
in reply to:
↑ 1
@
17 years ago
Replying to Viper007Bond:
http://dictionary.reference.com/search?q=login
A perfectly valid usage of the word.
Actually, that link shows "login" used only as a noun, not a verb.
#3
follow-up:
↓ 4
@
17 years ago
Well take the form for example -- it's a "Login Form", not a "Log In Form".
#4
in reply to:
↑ 3
@
17 years ago
- Milestone changed from 2.5 to 2.4
- Version set to 2.3
Replying to Viper007Bond:
Well take the form for example -- it's a "Login Form", not a "Log In Form".
Viper007Bond, that is another example of its use as a none. It is a much abused grammar, see facebook.com for example, but easy enough to fix ;-)
#6
@
17 years ago
I disagree. I think it is correct how it is now. "Login" isn't a mispelling of "log in", it's a completely different word and being properly used in this case IMO.
Okay, so may not be the King's English or Oxford English or whatever (it's debatable), but in terms of the Internet, I think it's correct how it is and I'm strongly opposed to changing it.
#8
follow-up:
↓ 9
@
17 years ago
Hmm. Then why does PayPal have "Account login"?
Don't get me wrong, I get what you guys are saying, but it just seems "wrong". It would make sense for the button on the form to say "log in" as that's what you are doing -- logging in, but the link on the homepage is taking you to the "login form" and clicking it isn't logging you in.
Or at least that's what make sense to my non-English teacher self.
#9
in reply to:
↑ 8
@
17 years ago
I'm not talking about Oxford English, just English. :) As you say, "log in" and "login" are different words (whether used on the Internet or not), and I think it's important to use the right one.
Replying to Viper007Bond:
It would make sense for the button on the form to say "log in" as that's what you are doing -- logging in, but the link on the homepage is taking you to the "login form" and clicking it isn't logging you in.
I'm glad you agree the button on the login form should say "Log In" because it is indeed performing an action and thus requires a verb.
As for the link on the homepage, it's less clear, but I would argue that a typical user sees this and thinks "I need to click here to log in," not "I need to click here because this takes me to the login form, which will let me log in." It's a subtle difference, but users tend to think in actions, not objects. You (or the application) would tell someone: "Log in [to do more stuff]" not "go the login form."
And again, this is the approach the WordPress forums take.
Thanks for considering.
#10
@
17 years ago
I've attached a patch. (Hey, my first patch ever! TortoiseSVN is very cool.) I think I found all the places 'login' and 'logout' should be changed to 'log in' and 'log out', including within the default and classic themes.
In case I need to bolster my case a bit:
- 'Log in' is used alongside (and in equivalent syntax as) the phrases "Get New Password", "Register", and "(Go) Back to blog", all of which are verb phrases.
- 'Log out' is always accompanied by the title attribute (pop-up text) "Log out of this account", confirming its status as a verb phrase.
- The Dashboard uses the similar phrase "Sign Out", which is a verb.
In addition to the above changes, I also reordered the links on the Register and Lost Password forms to be more consistent.
#15
@
17 years ago
So now we can argue about "Log in" versus "Log In" versus "Sign in" versus "Sign In".
http://dictionary.reference.com/search?q=login
A perfectly valid usage of the word.