1
0
Fork 0
mirror of https://github.com/inretio/WordPress-Plugin-Boilerplate synced 2024-04-27 00:51:04 +03:00

Updating javaScript, bringing the plugin's source code up to WordPress' coding conventions, and removing constants.

This commit is contained in:
Tom McFarlin 2012-03-05 22:33:04 -05:00
parent fb6c7b2c66
commit a1ec8ed84b
4 changed files with 10 additions and 6 deletions

View file

@ -1,9 +1,9 @@
=== Plugin Name ===
=== Widget Name ===
Contributors: username1, username2 (this should be a list of wordpress.org userid's)
Donate link: http://example.com/
Tags: comments, spam
Requires at least: 2.0.2
Tested up to: 2.1
Requires at least: 3.3.1
Tested up to: 3.3.1
Stable tag: 4.3
Here is a short description of the plugin. This should be no more than 150 characters. No markup here.

View file

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

View file

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

View file

@ -9,7 +9,7 @@ Author URI: TODO
Author Email: TODO
License:
Copyright 2011 TODO (email@domain.com)
Copyright 2012 TODO (email@domain.com)
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2, as