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
This commit is contained in:
Sergey Biryukov 2017-01-13 14:16:44 +00:00
parent d2a6ea340e
commit b75023ee1a
2 changed files with 2 additions and 2 deletions

View File

@ -5626,7 +5626,7 @@ function wp_generate_uuid4() {
* *
* @since 4.7.0 * @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. * @return string $last_changed UNIX timestamp with microseconds representing when the group was last changed.
*/ */

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @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. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.