1
0
Fork 0
mirror of https://github.com/inretio/WordPress-Plugin-Boilerplate synced 2025-04-19 05:35:36 +03:00

Initial commit.

This commit is contained in:
tommcfarlin 2011-07-11 17:37:07 -04:00
commit 49ac1357eb
10 changed files with 182 additions and 0 deletions

3
js/admin.js Normal file
View file

@ -0,0 +1,3 @@
jQuery(function($) {
// Place your administration-specific code here
});

3
js/display.js Normal file
View file

@ -0,0 +1,3 @@
jQuery(function($) {
// Place your public facing JavaScript here
});