mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-15 21:01:22 +01:00
Docs: Convert @see
reference in wp_checkdate()
DocBlock to @link
.
Props WiZZarD_. Merges [43599] to the 5.0 branch. Fixes #44866. Built from https://develop.svn.wordpress.org/branches/5.0@43703 git-svn-id: http://core.svn.wordpress.org/branches/5.0@43532 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
7860cb4a83
commit
269fb1276f
@ -5244,7 +5244,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.
|
||||
|
@ -4,7 +4,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.0-alpha-43700';
|
||||
$wp_version = '5.0-alpha-43703';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user