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:
parent
029ced6dea
commit
efb0a5b275
3 changed files with 56 additions and 29 deletions
|
@ -1,3 +1,3 @@
|
|||
jQuery(function($) {
|
||||
(function($) {
|
||||
// Place your administration-specific code here
|
||||
});
|
||||
})(jQuery);
|
|
@ -1,3 +1,3 @@
|
|||
jQuery(function($) {
|
||||
(function($) {
|
||||
// Place your public facing JavaScript here
|
||||
});
|
||||
})(jQuery);
|
Loading…
Add table
Add a link
Reference in a new issue