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

Improving JavaScript sources, adding references to Filters and Actions, and removing locale constant (WordPress requires a string parameter)

This commit is contained in:
Tom McFarlin 2011-12-02 23:28:54 -05:00
parent 029ced6dea
commit efb0a5b275
3 changed files with 56 additions and 29 deletions

View file

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

View file

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