Initial commit.
parents
.gitignore
0 → 100644
LICENSE
0 → 100644
README.md
0 → 100644
composer.json
0 → 100644
{ | ||
"name": "stuttter/wp-admin-menu-plus", | ||
"description": "Additional styling for WordPress administration menus", | ||
"homepage": "https://github.com/stuttter/wp-admin-menu-plus", | ||
"type": "wordpress-plugin", | ||
"require": { | ||
"php": ">=5.2", | ||
"composer/installers": "^1.0" | ||
}, | ||
"license": "GPLv2 or later", | ||
"authors": [ | ||
{ | ||
"name": "John James Jacoby", | ||
"email": "johnjamesjacoby@me.com" | ||
} | ||
] | ||
} | ||
\ No newline at end of file |
readme.txt
0 → 100644
wp-admin-menu-plus.php
0 → 100644
Please register or sign in to comment