|
2 | 2 | /** |
3 | 3 | * Genesis js / no-js WordPress plugin. |
4 | 4 | * |
5 | | - * For child themes of the Genesis Theme. |
| 5 | + * For child themes of the Genesis Framework. |
| 6 | + * |
6 | 7 | * Adds a no-js body class to the front-end, and a script on genesis_before |
7 | 8 | * which immediately changes the class to js if JavaScript is enabled. This is |
8 | 9 | * how WP does things on the back-end, to allow different styles for the same |
9 | 10 | * elements depending if JavaScript is active or not. |
10 | 11 | * |
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 |
14 | 17 | * |
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 |
22 | 31 | */ |
23 | 32 |
|
24 | | - |
25 | 33 | /** |
26 | 34 | * Plugin class for Genesis js / no-js |
27 | 35 | * |
|
0 commit comments