@@ -1,24 +1,24 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Plugin Name: Kirki Toolkit |
|
4 | - * Plugin URI: http://kirki.org |
|
5 | - * Description: The ultimate WordPress Customizer Toolkit |
|
6 | - * Author: Aristeides Stathopoulos |
|
7 | - * Author URI: http://aristeides.com |
|
8 | - * Version: 2.1.0.1 |
|
9 | - * Text Domain: kirki |
|
10 | - * |
|
11 | - * GitHub Plugin URI: aristath/kirki |
|
12 | - * GitHub Plugin URI: https://github.com/aristath/kirki |
|
13 | - * |
|
14 | - * |
|
15 | - * @package Kirki |
|
16 | - * @category Core |
|
17 | - * @author Aristeides Stathopoulos |
|
18 | - * @copyright Copyright (c) 2016, Aristeides Stathopoulos |
|
19 | - * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License |
|
20 | - * @since 1.0 |
|
21 | - */ |
|
3 | + * Plugin Name: Kirki Toolkit |
|
4 | + * Plugin URI: http://kirki.org |
|
5 | + * Description: The ultimate WordPress Customizer Toolkit |
|
6 | + * Author: Aristeides Stathopoulos |
|
7 | + * Author URI: http://aristeides.com |
|
8 | + * Version: 2.1.0.1 |
|
9 | + * Text Domain: kirki |
|
10 | + * |
|
11 | + * GitHub Plugin URI: aristath/kirki |
|
12 | + * GitHub Plugin URI: https://github.com/aristath/kirki |
|
13 | + * |
|
14 | + * |
|
15 | + * @package Kirki |
|
16 | + * @category Core |
|
17 | + * @author Aristeides Stathopoulos |
|
18 | + * @copyright Copyright (c) 2016, Aristeides Stathopoulos |
|
19 | + * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License |
|
20 | + * @since 1.0 |
|
21 | + */ |
|
22 | 22 | |
23 | 23 | // Exit if accessed directly |
24 | 24 | if ( ! defined( 'ABSPATH' ) ) { |
@@ -1,13 +1,13 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * select2 Customizer Control. |
|
4 | - * |
|
5 | - * @package Kirki |
|
6 | - * @subpackage Controls |
|
7 | - * @copyright Copyright (c) 2016, Aristeides Stathopoulos |
|
8 | - * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License |
|
9 | - * @since 1.0 |
|
10 | - */ |
|
3 | + * select2 Customizer Control. |
|
4 | + * |
|
5 | + * @package Kirki |
|
6 | + * @subpackage Controls |
|
7 | + * @copyright Copyright (c) 2016, Aristeides Stathopoulos |
|
8 | + * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License |
|
9 | + * @since 1.0 |
|
10 | + */ |
|
11 | 11 | |
12 | 12 | // Exit if accessed directly |
13 | 13 | if ( ! defined( 'ABSPATH' ) ) { |
@@ -1,13 +1,13 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * select2 Customizer Control. |
|
4 | - * |
|
5 | - * @package Kirki |
|
6 | - * @subpackage Controls |
|
7 | - * @copyright Copyright (c) 2016, Aristeides Stathopoulos |
|
8 | - * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License |
|
9 | - * @since 1.0 |
|
10 | - */ |
|
3 | + * select2 Customizer Control. |
|
4 | + * |
|
5 | + * @package Kirki |
|
6 | + * @subpackage Controls |
|
7 | + * @copyright Copyright (c) 2016, Aristeides Stathopoulos |
|
8 | + * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License |
|
9 | + * @since 1.0 |
|
10 | + */ |
|
11 | 11 | |
12 | 12 | // Exit if accessed directly |
13 | 13 | if ( ! defined( 'ABSPATH' ) ) { |
@@ -1,17 +1,17 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Changes the styling of the customizer |
|
4 | - * based on the settings set using the kirki/config filter. |
|
5 | - * For documentation please see |
|
6 | - * https://github.com/aristath/kirki/wiki/Styling-the-Customizer |
|
7 | - * |
|
8 | - * @package Kirki |
|
9 | - * @category Core |
|
10 | - * @author Aristeides Stathopoulos |
|
11 | - * @copyright Copyright (c) 2016, Aristeides Stathopoulos |
|
12 | - * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License |
|
13 | - * @since 1.0 |
|
14 | - */ |
|
3 | + * Changes the styling of the customizer |
|
4 | + * based on the settings set using the kirki/config filter. |
|
5 | + * For documentation please see |
|
6 | + * https://github.com/aristath/kirki/wiki/Styling-the-Customizer |
|
7 | + * |
|
8 | + * @package Kirki |
|
9 | + * @category Core |
|
10 | + * @author Aristeides Stathopoulos |
|
11 | + * @copyright Copyright (c) 2016, Aristeides Stathopoulos |
|
12 | + * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License |
|
13 | + * @since 1.0 |
|
14 | + */ |
|
15 | 15 | |
16 | 16 | // Exit if accessed directly |
17 | 17 | if ( ! defined( 'ABSPATH' ) ) { |
@@ -1,16 +1,16 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Generates the styles for the frontend. |
|
4 | - * Handles the 'output' argument of fields. |
|
5 | - * Usage instructions on https://github.com/aristath/kirki/wiki/output |
|
6 | - * |
|
7 | - * @package Kirki |
|
8 | - * @category Core |
|
9 | - * @author Aristeides Stathopoulos |
|
10 | - * @copyright Copyright (c) 2016, Aristeides Stathopoulos |
|
11 | - * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License |
|
12 | - * @since 1.0 |
|
13 | - */ |
|
3 | + * Generates the styles for the frontend. |
|
4 | + * Handles the 'output' argument of fields. |
|
5 | + * Usage instructions on https://github.com/aristath/kirki/wiki/output |
|
6 | + * |
|
7 | + * @package Kirki |
|
8 | + * @category Core |
|
9 | + * @author Aristeides Stathopoulos |
|
10 | + * @copyright Copyright (c) 2016, Aristeides Stathopoulos |
|
11 | + * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License |
|
12 | + * @since 1.0 |
|
13 | + */ |
|
14 | 14 | |
15 | 15 | // Exit if accessed directly |
16 | 16 | if ( ! defined( 'ABSPATH' ) ) { |
@@ -1,15 +1,15 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Generates the styles for the frontend. |
|
4 | - * Handles the 'output' argument of fields |
|
5 | - * |
|
6 | - * @package Kirki |
|
7 | - * @category Core |
|
8 | - * @author Aristeides Stathopoulos |
|
9 | - * @copyright Copyright (c) 2016, Aristeides Stathopoulos |
|
10 | - * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License |
|
11 | - * @since 1.0 |
|
12 | - */ |
|
3 | + * Generates the styles for the frontend. |
|
4 | + * Handles the 'output' argument of fields |
|
5 | + * |
|
6 | + * @package Kirki |
|
7 | + * @category Core |
|
8 | + * @author Aristeides Stathopoulos |
|
9 | + * @copyright Copyright (c) 2016, Aristeides Stathopoulos |
|
10 | + * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License |
|
11 | + * @since 1.0 |
|
12 | + */ |
|
13 | 13 | |
14 | 14 | // Exit if accessed directly |
15 | 15 | if ( ! defined( 'ABSPATH' ) ) { |
@@ -1,14 +1,14 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Try to automatically generate the script necessary for adding icons to panels & section |
|
4 | - * |
|
5 | - * @package Kirki |
|
6 | - * @category Core |
|
7 | - * @author Aristeides Stathopoulos |
|
8 | - * @copyright Copyright (c) 2016, Aristeides Stathopoulos |
|
9 | - * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License |
|
10 | - * @since 1.0 |
|
11 | - */ |
|
3 | + * Try to automatically generate the script necessary for adding icons to panels & section |
|
4 | + * |
|
5 | + * @package Kirki |
|
6 | + * @category Core |
|
7 | + * @author Aristeides Stathopoulos |
|
8 | + * @copyright Copyright (c) 2016, Aristeides Stathopoulos |
|
9 | + * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License |
|
10 | + * @since 1.0 |
|
11 | + */ |
|
12 | 12 | |
13 | 13 | // Exit if accessed directly |
14 | 14 | if ( ! defined( 'ABSPATH' ) ) { |
@@ -1,15 +1,15 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Try to automatically generate the script necessary for postMessage to work. |
|
4 | - * for documentation see https://github.com/aristath/kirki/wiki/required |
|
5 | - * |
|
6 | - * @package Kirki |
|
7 | - * @category Core |
|
8 | - * @author Aristeides Stathopoulos |
|
9 | - * @copyright Copyright (c) 2016, Aristeides Stathopoulos |
|
10 | - * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License |
|
11 | - * @since 1.0 |
|
12 | - */ |
|
3 | + * Try to automatically generate the script necessary for postMessage to work. |
|
4 | + * for documentation see https://github.com/aristath/kirki/wiki/required |
|
5 | + * |
|
6 | + * @package Kirki |
|
7 | + * @category Core |
|
8 | + * @author Aristeides Stathopoulos |
|
9 | + * @copyright Copyright (c) 2016, Aristeides Stathopoulos |
|
10 | + * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License |
|
11 | + * @since 1.0 |
|
12 | + */ |
|
13 | 13 | |
14 | 14 | // Exit if accessed directly |
15 | 15 | if ( ! defined( 'ABSPATH' ) ) { |
@@ -1,14 +1,14 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Injects tooltips to controls when the 'tooltip' argument is used. |
|
4 | - * |
|
5 | - * @package Kirki |
|
6 | - * @category Core |
|
7 | - * @author Aristeides Stathopoulos |
|
8 | - * @copyright Copyright (c) 2016, Aristeides Stathopoulos |
|
9 | - * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License |
|
10 | - * @since 1.0 |
|
11 | - */ |
|
3 | + * Injects tooltips to controls when the 'tooltip' argument is used. |
|
4 | + * |
|
5 | + * @package Kirki |
|
6 | + * @category Core |
|
7 | + * @author Aristeides Stathopoulos |
|
8 | + * @copyright Copyright (c) 2016, Aristeides Stathopoulos |
|
9 | + * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License |
|
10 | + * @since 1.0 |
|
11 | + */ |
|
12 | 12 | |
13 | 13 | // Exit if accessed directly |
14 | 14 | if ( ! defined( 'ABSPATH' ) ) { |