Completed
Push — add/asset-cdn ( 1281ab...e31931 )
by
unknown
07:52
created
modules/asset-cdn/asset-cdn.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -74,6 +74,9 @@
 block discarded – undo
74 74
 		$this->flush_concatenated_styles(1);
75 75
 	}
76 76
 
77
+	/**
78
+	 * @param integer $group
79
+	 */
77 80
 	private function flush_concatenated_styles( $group ) {
78 81
 		if ( ! isset( $this->concat_style_groups[ $group ] ) ) {
79 82
 			return;
Please login to merge, or discard this patch.