Completed
Pull Request — develop (#1283)
by Aristeides
07:17 queued 04:46
created
field/class-kirki-field-checkbox.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
 	 *
47 47
 	 * @static
48 48
 	 * @access public
49
-	 * @param boolean|integer|string|null $value The checkbox value.
49
+	 * @param boolean|string $value The checkbox value.
50 50
 	 * @return bool
51 51
 	 */
52 52
 	public static function sanitize( $value = null ) {
Please login to merge, or discard this patch.
controls/background/class-kirki-control-background.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
37 37
 
38 38
 		wp_enqueue_script( 'kirki-background', trailingslashit( Kirki::$url ) . 'controls/background/background.js', array( 'jquery', 'wp-color-picker-alpha' ) );
39 39
 		wp_enqueue_style( 'kirki-background', trailingslashit( Kirki::$url ) . 'controls/background/background.css', null );
40
-    }
40
+	}
41 41
 
42 42
 	/**
43 43
 	 * Refresh the parameters passed to the JavaScript via JSON.
Please login to merge, or discard this patch.