Update code to comply with WP Coding Standards (#38)
Co-authored-by: @pewgeuges <pewgeuges@gmail.com>
This commit is contained in:
parent
828ed818f1
commit
02c6c1c362
30 changed files with 4328 additions and 3935 deletions
4
_tools/setup.sh
Normal file
4
_tools/setup.sh
Normal file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
cp contrib/pre-commit .git/hooks/pre-commit
|
||||
chmod +x .git/hooks/pre-commit
|
Reference in a new issue