Make WordPress Core

Opened 3 years ago

Closed 3 years ago

Last modified 3 years ago

#56182 closed defect (bug) (invalid)

Typo

Reported by: oldcreakyknees's profile oldcreakyknees 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: @desrosj
3 years ago

  • Milestone Awaiting Review deleted
  • Resolution set to invalid
  • Status changed from new to closed

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.

#2 in reply to: ↑ 1 @oldcreakyknees
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.

#3 @desrosj
3 years ago

No waste at all! All reports are appreciated, and better to be certain!

Note: See TracTickets for help on using tickets.