Skip to content

Commit

Permalink
Merge pull request #162 from NicktheGeek/update-plugin-scaffold-wpcs
Browse files Browse the repository at this point in the history
Exclude string from escape warning
  • Loading branch information
schlessera authored Jul 20, 2018
2 parents e5cb0a8 + 0fda283 commit 0065117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/plugin-bootstrap.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if ( ! $_tests_dir ) {
}

if ( ! file_exists( $_tests_dir . '/includes/functions.php' ) ) {
echo "Could not find $_tests_dir/includes/functions.php, have you run bin/install-wp-tests.sh ?" . PHP_EOL;
echo "Could not find $_tests_dir/includes/functions.php, have you run bin/install-wp-tests.sh ?" . PHP_EOL; // WPCS: XSS ok.
exit( 1 );
}

Expand Down

0 comments on commit 0065117

Please sign in to comment.