Completed
Push — master ( 4bf2d8...3cc0fa )
by
unknown
9s
created
includes/class-images-via-imgix.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -259,11 +259,11 @@
 block discarded – undo
259 259
 				}
260 260
 			}
261 261
 
262
-      if ( preg_match_all('/url\(([\s])?([\"|\'])?(.*?)([\"|\'])?([\s])?\)/i', $content, $matches ) ) {
263
-        foreach ( $matches[3] as $image_src ) {
264
-          $content = str_replace( $image_src, apply_filters( 'wp_get_attachment_url', $image_src, null ), $content );
265
-        }
266
-      }
262
+	  if ( preg_match_all('/url\(([\s])?([\"|\'])?(.*?)([\"|\'])?([\s])?\)/i', $content, $matches ) ) {
263
+		foreach ( $matches[3] as $image_src ) {
264
+		  $content = str_replace( $image_src, apply_filters( 'wp_get_attachment_url', $image_src, null ), $content );
265
+		}
266
+	  }
267 267
 		}
268 268
 		return $content;
269 269
 	}
Please login to merge, or discard this patch.