Completed
Push — add/pwa ( 70cd9d...423e21 )
by
unknown
07:46
created
modules/perf/class.jetpack-perf-optimize-assets.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -227,6 +227,9 @@
 block discarded – undo
227 227
 		return isset( $registration->extra['jetpack-inline'] ) && $registration->extra['jetpack-inline'];
228 228
 	}
229 229
 
230
+	/**
231
+	 * @param string $filter
232
+	 */
230 233
 	private function should_remove_asset( $filter, $wp_dependencies, $handle ) {
231 234
 		if ( ! isset( $wp_styles->registered[$handle] ) ) {
232 235
 			return false;
Please login to merge, or discard this patch.