Skip to content

Commit 89caf3b

Browse files
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
1 parent 577cf80 commit 89caf3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-includes/functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5244,7 +5244,7 @@ function wp_is_stream( $path ) {
52445244
*
52455245
* @since 3.5.0
52465246
*
5247-
* @see checkdate()
5247+
* @link https://secure.php.net/manual/en/function.checkdate.php
52485248
*
52495249
* @param int $month Month number.
52505250
* @param int $day Day number.

0 commit comments

Comments
 (0)