diff --git a/wp-includes/functions.php b/wp-includes/functions.php index 61395c987f..f612d8c59c 100644 --- a/wp-includes/functions.php +++ b/wp-includes/functions.php @@ -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. diff --git a/wp-includes/version.php b/wp-includes/version.php index aecfc0e494..ed20bf4a7e 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @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.