#56182 closed defect (bug) (invalid)
Typo
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | minor | Version: | |
Component: | Text Changes | Keywords: | |
Focuses: | Cc: |
Description
Hi,
Just reporting a really minor typo.
https://make.wordpress.org/core/2019/10/17/wordpress-5-3-admin-email-verification-screen/
Look for:
"This filter can also be used to disable the feature by returning a “falsey” value, such as 0, or false."
I think "falsey" should read "false" ?
Cheers.
Change History (3)
#1
follow-up:
↓ 2
@
3 years ago
- Milestone Awaiting Review deleted
- Resolution set to invalid
- Status changed from new to closed
#2
in reply to:
↑ 1
@
3 years ago
Replying to desrosj:
Hi @oldcreakyknees,
Welcome to Trac, and thanks for this ticket!
"Falsey" may feel incorrect, but seems to be correct in this case. Falsey refers to a value that is false when compared to a boolean value of
false
. You can see this MDN page.
Hi @desrosj,
Okay. Thanks for clarifying. Sorry to have wasted your time!
Cheers.
Note: See
TracTickets for help on using
tickets.
Hi @oldcreakyknees,
Welcome to Trac, and thanks for this ticket!
"Falsey" may feel incorrect, but seems to be correct in this case. Falsey refers to a value that is false when compared to a boolean value of
false
. You can see this MDN page.