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