Skip to content

Commit e40de79

Browse files
authored
Merge pull request #2596 from rodrigoprimo/fix-validated-sanitized-input-link
Security/ValidatedSanitizedInput: fix link in docblock
2 parents fa635ad + 2403b00 commit e40de79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WordPress/Sniffs/Security/ValidatedSanitizedInputSniff.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
/**
2424
* Flag any non-validated/sanitized input ( _GET / _POST / etc. ).
2525
*
26-
* @link https://github.com/WordPress/WordPress-Coding-Standards/issues/69
26+
* @link https://github.com/WordPress/WordPress-Coding-Standards/issues/72
2727
*
2828
* @since 0.3.0
2929
* @since 0.4.0 This class now extends the WordPressCS native `Sniff` class.

0 commit comments

Comments
 (0)