Completed
Branch develop (915650)
by Aristeides
02:50
created
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.
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.2.0.beta.3
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.2.0.beta.3
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/lib/class-aricolor.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:   ariColor
4
- * Plugin URI:    http://aristath.github.io/ariColor/
5
- * Description:   A PHP library for color manipulation in WordPress themes and plugins
6
- * Author:        Aristeides Stathopoulos
7
- * Author URI:    http://aristeides.com
8
- * Version:       1.0
9
- * Text Domain:   aricolor
10
- *
11
- * GitHub Plugin URI: aristath/ariColor
12
- * GitHub Plugin URI: https://github.com/aristath/ariColor
13
- *
14
- *
15
- * @package     ariColor
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:   ariColor
4
+	 * Plugin URI:    http://aristath.github.io/ariColor/
5
+	 * Description:   A PHP library for color manipulation in WordPress themes and plugins
6
+	 * Author:        Aristeides Stathopoulos
7
+	 * Author URI:    http://aristeides.com
8
+	 * Version:       1.0
9
+	 * Text Domain:   aricolor
10
+	 *
11
+	 * GitHub Plugin URI: aristath/ariColor
12
+	 * GitHub Plugin URI: https://github.com/aristath/ariColor
13
+	 *
14
+	 *
15
+	 * @package     ariColor
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.