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
This commit is contained in:
Sergey Biryukov 2018-08-30 13:48:50 +00:00
parent 1730443206
commit 9db8106f92
1 changed files with 1 additions and 1 deletions

View File

@ -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.