From 89caf3bd3f8a579a1a514a10a084d1437647c112 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 3 Sep 2018 20:49:20 +0000 Subject: [PATCH] Docs: Convert `@see` reference in `wp_checkdate()` DocBlock to `@link`. Props WiZZarD_. Merges [43599] to the 4.9 branch. Fixes #44866. git-svn-id: https://develop.svn.wordpress.org/branches/4.9@43610 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/functions.php b/src/wp-includes/functions.php index 81f1809dca..e8751414e4 100644 --- a/src/wp-includes/functions.php +++ b/src/wp-includes/functions.php @@ -5244,7 +5244,7 @@ function wp_is_stream( $path ) { * * @since 3.5.0 * - * @see checkdate() + * @link https://secure.php.net/manual/en/function.checkdate.php * * @param int $month Month number. * @param int $day Day number.