diff --git a/ngx-http-concat.php b/ngx-http-concat.php index 851f06c..31198bb 100644 --- a/ngx-http-concat.php +++ b/ngx-http-concat.php @@ -168,13 +168,6 @@ function concat_get_path( $uri ) { // url(relative/path/to/file) -> url(/absolute/and/not/relative/path/to/file) $buf = WPCOM_Concat_Utils::relative_path_replace( $buf, $dirpath ); - // AlphaImageLoader(...src='relative/path/to/file'...) -> AlphaImageLoader(...src='/absolute/path/to/file'...) - $buf = preg_replace( - '/(Microsoft.AlphaImageLoader\s*\([^\)]*src=(?:\'|")?)([^\/\'"\s\)](?:(?