Completed
Push — add/pwa ( 6cade2...70cd9d )
by
unknown
08:05
created
modules/perf/perf.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -35,6 +35,9 @@
 block discarded – undo
35 35
 		Jetpack_Perf_Lazy_Images::instance();
36 36
 	}
37 37
 
38
+	/**
39
+	 * @param string $name
40
+	 */
38 41
 	static function get_setting( $name ) {
39 42
 		// by default, our settings are on
40 43
 		$default_value = ( 'inline_on_every_request' === $name ) ? false : true;
Please login to merge, or discard this patch.