|
@@ -68,7 +68,7 @@ |
|
|
block discarded – undo |
|
68
|
68
|
* UID and $action remain the same, the independent variable is the time. |
|
69
|
69
|
* |
|
70
|
70
|
* @param string $nonce Nonce that was used in the form to verify. |
|
71
|
|
- * @param string|int $action Should give context to what is taking place and be the same when nonce was created. |
|
|
71
|
+ * @param integer $action Should give context to what is taking place and be the same when nonce was created. |
|
72
|
72
|
* @return false|int False if the nonce is invalid, 1 if the nonce is valid and generated between |
|
73
|
73
|
* 0-12 hours ago, 2 if the nonce is valid and generated between 12-24 hours ago. |
|
74
|
74
|
*/ |
Please login to merge, or discard this patch.