Completed
Pull Request — develop (#1283)
by Aristeides
02:41
created
modules/css/property/class-kirki-output-property-background-image.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
 					return;
29 29
 				}
30 30
 				
31
-				if( preg_match('/^\d+$/', $this->value) ){
31
+				if( preg_match('/^\d+$/', $this->value) ) {
32 32
 					$this->value = 'url("' . wp_get_attachment_url( $this->value ) . '")';
33 33
 				} else {
34 34
 					$this->value = 'url("' . $this->value . '")';
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.