Commit 10ed8a5
committed
Coding Standards: Remove stale
The `// WPCS: XSS OK.` comments use a legacy annotation format no longer
recognized by PHPCS.
This format was introduced in WPCS 0.4.0, deprecated in WPCS 2.0.0 (see
WordPress/WordPress-Coding-Standards 1580), and support was fully removed
in WPCS 3.0.0 (see WordPress/WordPress-Coding-Standards 1908) in favor of
the PHPCS native `phpcs:ignore` annotations.
Additionally, the `WordPress.Security.EscapeOutput` sniff these comments
reference is part of the `WordPress-Extra` standard, not the
`WordPress-Core` standard used in this repository.WPCS inline comments in Twenty Nineteen1 parent 1c31423 commit 10ed8a5
1 file changed
Lines changed: 2 additions & 2 deletions
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
| 107 | + | |
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| |||
0 commit comments