Completed
Push — add/asset-cdn ( 4fbe6e...3744fe )
by
unknown
15:29 queued 07:29
created
modules/asset-cdn/asset-cdn.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -238,6 +238,7 @@
 block discarded – undo
238 238
 	/**
239 239
 	 * The files param can get pretty long. We can compress it by converting common WP path elements
240 240
 	 * into HTML entities. The shortest entity expression is something like � - i.e. 6 chars
241
+	 * @param string $files_param
241 242
 	 */
242 243
 	private function encode_files_param( $files_param ) {
243 244
 		$encoding = array(
Please login to merge, or discard this patch.