Completed
Push — add/pwa ( 45ed8c...dcada3 )
by
unknown
13:01 queued 04:54
created
modules/perf/class.jetpack-perf-optimize-assets.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -339,6 +339,9 @@  discard block
 block discarded – undo
339 339
 		return $tag;
340 340
 	}
341 341
 
342
+	/**
343
+	 * @param string $css
344
+	 */
342 345
 	public function fix_css_urls( $css, $css_url ) {
343 346
 		$base = trailingslashit( dirname( $css_url ) );
344 347
 		$base = str_replace( site_url(), '', $base );
@@ -415,6 +418,9 @@  discard block
 block discarded – undo
415 418
 		return apply_filters( $filter, $should_inline, $dependency->handle, $dependency->src ) && file_exists( $dependency->extra['jetpack-inline-file'] );
416 419
 	}
417 420
 
421
+	/**
422
+	 * @param string $filter
423
+	 */
418 424
 	private function should_remove_asset( $filter, $dependency ) {
419 425
 		return apply_filters( $filter, false, $dependency->handle, $dependency->src );
420 426
 	}
Please login to merge, or discard this patch.