mirror of
https://github.com/inretio/WordPress-Plugin-Boilerplate
synced 2025-04-19 05:35:36 +03:00
Updating javaScript, bringing the plugin's source code up to WordPress' coding conventions, and removing constants.
This commit is contained in:
parent
fb6c7b2c66
commit
a1ec8ed84b
4 changed files with 10 additions and 6 deletions
|
@ -1,3 +1,5 @@
|
|||
(function($) {
|
||||
// Place your administration-specific code here
|
||||
$(function() {
|
||||
// Place your administration-specific JavaScript here
|
||||
});
|
||||
})(jQuery);
|
|
@ -1,3 +1,5 @@
|
|||
(function($) {
|
||||
// Place your public facing JavaScript here
|
||||
$(function() {
|
||||
// Place your public-facing JavaScript here
|
||||
});
|
||||
})(jQuery);
|
Loading…
Add table
Add a link
Reference in a new issue