Skip to content

Commit ee92726

Browse files
committed
Revert the sic brace change
1 parent d727519 commit ee92726

File tree

1 file changed

+1
-1
lines changed
  • wordpress-coding-standards

1 file changed

+1
-1
lines changed

wordpress-coding-standards/php.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -584,6 +584,6 @@ While this operator does exist in Core, it is often used lazily instead of doing
584584

585585
Per [#22400](https://core.trac.wordpress.org/ticket/22400 "Remove all, or at least most, uses of extract() within WordPress"):
586586

587-
> `extract()` is a terrible function that makes code harder to debug and harder to understand. We should discourage its (sic) use and remove all of our uses of it.
587+
> `extract()` is a terrible function that makes code harder to debug and harder to understand. We should discourage its [sic] use and remove all of our uses of it.
588588
589589
Joseph Scott has [a good write-up of why it's bad](https://blog.josephscott.org/2009/02/05/i-dont-like-phps-extract-function/).

0 commit comments

Comments
 (0)