Docs: Convert `@see` reference in `wp_checkdate()` DocBlock to `@link`.
Props WiZZarD_. Fixes #44866. Built from https://develop.svn.wordpress.org/trunk@43599 git-svn-id: http://core.svn.wordpress.org/trunk@43428 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
f4e1cf65c1
commit
773e45e34e
|
@ -5592,7 +5592,7 @@ function wp_is_stream( $path ) {
|
||||||
*
|
*
|
||||||
* @since 3.5.0
|
* @since 3.5.0
|
||||||
*
|
*
|
||||||
* @see checkdate()
|
* @link https://secure.php.net/manual/en/function.checkdate.php
|
||||||
*
|
*
|
||||||
* @param int $month Month number.
|
* @param int $month Month number.
|
||||||
* @param int $day Day number.
|
* @param int $day Day number.
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '5.0-alpha-43598';
|
$wp_version = '5.0-alpha-43599';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue