Completed
Push — develop ( 40014e...cc1762 )
by Aristeides
05:06 queued 02:40
created
modules/css/property/class-kirki-output-property-background-image.php 2 patches
Spacing   +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.
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.