We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b2747a commit af19810Copy full SHA for af19810
src/Csrf/Csrf.php
@@ -25,7 +25,7 @@ class Csrf {
25
/**
26
* Maximum token lifetime.
27
*
28
- * @see https://codex.wordpress.org/Function_Reference/wp_verify_nonce
+ * @link https://codex.wordpress.org/Function_Reference/wp_verify_nonce
29
* @var integer
30
*/
31
protected $maximum_lifetime = 2;
0 commit comments