Skip to content

Commit af19810

Browse files
committed
replace @see with @link where appropriate
1 parent 5b2747a commit af19810

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Csrf/Csrf.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class Csrf {
2525
/**
2626
* Maximum token lifetime.
2727
*
28-
* @see https://codex.wordpress.org/Function_Reference/wp_verify_nonce
28+
* @link https://codex.wordpress.org/Function_Reference/wp_verify_nonce
2929
* @var integer
3030
*/
3131
protected $maximum_lifetime = 2;

0 commit comments

Comments
 (0)