├── .gitignore ├── README.md ├── allow-numeric-stubs.php └── readme.txt /.gitignore: -------------------------------------------------------------------------------- 1 | .svn 2 | .idea -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/allow-numeric-stubs/HEAD/README.md -------------------------------------------------------------------------------- /allow-numeric-stubs.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/allow-numeric-stubs/HEAD/allow-numeric-stubs.php -------------------------------------------------------------------------------- /readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/allow-numeric-stubs/HEAD/readme.txt --------------------------------------------------------------------------------