Completed
Branch master (3e1132)
by Aristeides
03:12
created
kirki.php 1 patch
Indentation   +19 added lines, -19 removed lines patch added patch discarded remove patch
@@ -1,24 +1,24 @@
 block discarded – undo
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' ) ) {
Please login to merge, or discard this patch.
includes/controls/class-kirki-controls-preset-control.php 1 patch
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -1,13 +1,13 @@
 block discarded – undo
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' ) ) {
Please login to merge, or discard this patch.
includes/controls/class-kirki-controls-radio-control.php 1 patch
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -1,13 +1,13 @@
 block discarded – undo
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' ) ) {
Please login to merge, or discard this patch.
includes/styles/class-kirki-styles-customizer.php 1 patch
Indentation   +12 added lines, -12 removed lines patch added patch discarded remove patch
@@ -1,17 +1,17 @@
 block discarded – undo
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' ) ) {
Please login to merge, or discard this patch.
includes/styles/class-kirki-styles-frontend.php 1 patch
Indentation   +11 added lines, -11 removed lines patch added patch discarded remove patch
@@ -1,16 +1,16 @@
 block discarded – undo
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' ) ) {
Please login to merge, or discard this patch.
includes/styles/class-kirki-styles-output-css.php 1 patch
Indentation   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -1,15 +1,15 @@
 block discarded – undo
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' ) ) {
Please login to merge, or discard this patch.
includes/customizer/scripts/class-kirki-customizer-scripts-icons.php 1 patch
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -1,14 +1,14 @@
 block discarded – undo
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' ) ) {
Please login to merge, or discard this patch.
includes/customizer/scripts/class-kirki-customizer-scripts-postmessage.php 1 patch
Indentation   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -1,15 +1,15 @@
 block discarded – undo
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' ) ) {
Please login to merge, or discard this patch.
includes/customizer/scripts/class-kirki-customizer-scripts-tooltips.php 1 patch
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -1,14 +1,14 @@
 block discarded – undo
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' ) ) {
Please login to merge, or discard this patch.