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