Skip to content

Commit 9db8106

Browse files
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
1 parent 1730443 commit 9db8106

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
@@ -5592,7 +5592,7 @@ function wp_is_stream( $path ) {
55925592
*
55935593
* @since 3.5.0
55945594
*
5595-
* @see checkdate()
5595+
* @link https://secure.php.net/manual/en/function.checkdate.php
55965596
*
55975597
* @param int $month Month number.
55985598
* @param int $day Day number.

0 commit comments

Comments
 (0)