@@ -206,7 +206,7 @@ discard block |
||
206 | 206 | |
207 | 207 | return $gclid; |
208 | 208 | } |
209 | - /* -- _getGclid */ |
|
209 | + /* -- _getGclid */ |
|
210 | 210 | |
211 | 211 | /** |
212 | 212 | * _gaParseCookie handles the parsing of the _ga cookie or setting it to a unique identifier |
@@ -229,7 +229,7 @@ discard block |
||
229 | 229 | |
230 | 230 | return $cid; |
231 | 231 | } |
232 | - /* -- _gaParseCookie */ |
|
232 | + /* -- _gaParseCookie */ |
|
233 | 233 | |
234 | 234 | /** |
235 | 235 | * _gaGenUUID Generate UUID v4 function - needed to generate a CID when one isn't available |
@@ -254,5 +254,5 @@ discard block |
||
254 | 254 | random_int(0, 0xffff), random_int(0, 0xffff), random_int(0, 0xffff) |
255 | 255 | ); |
256 | 256 | } |
257 | - /* -- _gaGenUUID */ |
|
257 | + /* -- _gaGenUUID */ |
|
258 | 258 | } |