From 9db8106f92de829fe3e13bf65f676b79b145244f Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 30 Aug 2018 13:48:50 +0000 Subject: [PATCH] Docs: Convert `@see` reference in `wp_checkdate()` DocBlock to `@link`. Props WiZZarD_. Fixes #44866. git-svn-id: https://develop.svn.wordpress.org/trunk@43599 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 61395c987f..f612d8c59c 100644 --- a/src/wp-includes/functions.php +++ b/src/wp-includes/functions.php @@ -5592,7 +5592,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.