Completed
Push — add/pwa ( dcada3...4f210b )
by
unknown
12:13 queued 04:21
created
modules/perf/class.jetpack-perf-optimize-assets.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -340,6 +340,9 @@  discard block
 block discarded – undo
340 340
 		return $tag;
341 341
 	}
342 342
 
343
+	/**
344
+	 * @param string $css
345
+	 */
343 346
 	public function fix_css_urls( $css, $css_url ) {
344 347
 		$base = trailingslashit( dirname( $css_url ) );
345 348
 		$base = str_replace( site_url(), '', $base );
@@ -426,6 +429,9 @@  discard block
 block discarded – undo
426 429
 		return apply_filters( $filter, $should_inline, $dependency->handle, $dependency->src );
427 430
 	}
428 431
 
432
+	/**
433
+	 * @param string $filter
434
+	 */
429 435
 	private function should_remove_asset( $filter, $dependency ) {
430 436
 		return apply_filters( $filter, false, $dependency->handle, $dependency->src );
431 437
 	}
Please login to merge, or discard this patch.