Completed
Push — add/pwa ( a2acc3...5527a4 )
by
unknown
26:48 queued 18:31
created
modules/perf/class.jetpack-perf-optimize-assets.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -339,6 +339,9 @@
 block discarded – undo
339 339
 		return $will_inline;
340 340
 	}
341 341
 
342
+	/**
343
+	 * @param string $filter
344
+	 */
342 345
 	private function should_remove_asset( $filter, $dependency ) {
343 346
 		return apply_filters( $filter, false, $dependency->handle, $dependency->src );
344 347
 	}
Please login to merge, or discard this patch.