Skip to content

Commit bb00b44

Browse files
committed
Update file-level documentation
Changes from GPL3 license to GPL2+. References GitHub repo, including allowing updates from there.
1 parent 8774891 commit bb00b44

File tree

1 file changed

+20
-12
lines changed

1 file changed

+20
-12
lines changed

genesis-js-no-js.php

Lines changed: 20 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,34 @@
22
/**
33
* Genesis js / no-js WordPress plugin.
44
*
5-
* For child themes of the Genesis Theme.
5+
* For child themes of the Genesis Framework.
6+
*
67
* Adds a no-js body class to the front-end, and a script on genesis_before
78
* which immediately changes the class to js if JavaScript is enabled. This is
89
* how WP does things on the back-end, to allow different styles for the same
910
* elements depending if JavaScript is active or not.
1011
*
11-
* @package GenesisJsNoJs
12-
* @author Gary Jones
13-
* @license GPL3
12+
* @package GenesisJsNoJs
13+
* @author Gary Jones, Gamajo Tech <gamajo@gamajo.com>
14+
* @license GPL-2.0+
15+
* @link https://github.com/GaryJones/genesis-js-no-js
16+
* @copyright 2014 Gary Jones, Gamajo Tech
1417
*
15-
* Plugin Name: Genesis js / no-js
16-
* Plugin URI: http://code.garyjones.co.uk/plugins/genesis-js-no-js/
17-
* Description: For child themes of the <a href="http://genesis-theme-framework.com/">Genesis Theme</a>. Adds a <code>no-js</code> body class to the front-end, and a script on <code>genesis_before</code> which immediately changes the class to <code>js</code> if JavaScript is enabled. This is how WP does things on the back-end, to allow differing styles for elements if JavaScript is active or not.
18-
* Version: 1.0.1
19-
* Author: Gary Jones
20-
* Author URI: http://garyjones.co.uk/
21-
* License: GPL3
18+
* @wordpress-plugin
19+
* Plugin Name: Genesis js / no-js
20+
* Plugin URI: https://github.com/GaryJones/genesis-js-no-js
21+
* Description: For child themes of the <a href="http://genesis-theme-framework.com/">Genesis Framework</a>. Adds a <code>no-js</code> body class to the front-end, and a script on <code>genesis_before</code> which immediately changes the class to <code>js</code> if JavaScript is enabled. This is how WP does things on the back-end, to allow differing styles for elements if JavaScript is active or not.
22+
* Version: 1.0.1
23+
* Author: Gary Jones
24+
* Author URI: http://gamajo.com/
25+
* Text Domain: genesis-js-no-js
26+
* Domain Path: /languages
27+
* License: GPL-2.0+
28+
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
29+
* GitHub Plugin URI: https://github.com/GaryJones/genesis-js-no-js
30+
* GitHub Branch: master
2231
*/
2332

24-
2533
/**
2634
* Plugin class for Genesis js / no-js
2735
*

0 commit comments

Comments
 (0)