Improve file annotations for src/build #7
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
4 errors
WordPress.WP.AlternativeFunctions.rand_mt_rand:
hello-dolly/hello.php#L49
mt_rand() is discouraged. Use the far less predictable wp_rand() instead.
|
WordPress.Security.EscapeOutput.OutputNotEscaped:
hello-dolly/hello.php#L62
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '__'.
|
WordPress.Security.EscapeOutput.OutputNotEscaped:
hello-dolly/hello.php#L63
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$lang'.
|
WordPress.Security.EscapeOutput.OutputNotEscaped:
hello-dolly/hello.php#L64
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$chosen'.
|