Update code to comply with WP Coding Standards (#38)
Co-authored-by: @pewgeuges <pewgeuges@gmail.com>
This commit is contained in:
parent
8d0ebdb859
commit
dac7ffe3a6
30 changed files with 4277 additions and 3887 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