From b75023ee1a81479b0de1d310cca48cb9c4ae29ba Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 13 Jan 2017 14:16:44 +0000 Subject: [PATCH] Docs: Add missing `@param` type for `wp_cache_get_last_changed()`. Props afzalmultani, Soean. Fixes #39571. Built from https://develop.svn.wordpress.org/trunk@39900 git-svn-id: http://core.svn.wordpress.org/trunk@39837 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/functions.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/functions.php b/wp-includes/functions.php index 00f9d264b9..34d38dafd6 100644 --- a/wp-includes/functions.php +++ b/wp-includes/functions.php @@ -5626,7 +5626,7 @@ function wp_generate_uuid4() { * * @since 4.7.0 * - * @param $group Where the cache contents are grouped. + * @param string $group Where the cache contents are grouped. * * @return string $last_changed UNIX timestamp with microseconds representing when the group was last changed. */ diff --git a/wp-includes/version.php b/wp-includes/version.php index effaa1be62..b2a0ce5eb3 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.8-alpha-39899'; +$wp_version = '4.8-alpha-39900'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.