We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2debb7 commit 77e07feCopy full SHA for 77e07fe
WordPress-VIP-Go/ruleset-test.inc
@@ -67,7 +67,7 @@ $external_resource = file_get_contents( $test ); // Warning + Message.
67
$file_content = file_get_contents( 'my-file.svg' ); // Ok.
68
wpcom_vip_file_get_contents( $bar ); // Ok.
69
70
-// WordPress.Security.NonceVerification.NoNonceVerification
+// WordPress.Security.NonceVerification (inherited from parent)
71
function bar_foo() {
72
if ( ! isset( $_POST['test'] ) ) { // Error.
73
return;
0 commit comments