Make WordPress Core

Changeset 39900


Ignore:
Timestamp:
01/13/2017 02:15:22 PM (8 years ago)
Author:
SergeyBiryukov
Message:

Docs: Add missing @param type for wp_cache_get_last_changed().

Props afzalmultani, Soean.
Fixes #39571.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/functions.php

    r39891 r39900  
    56275627 * @since 4.7.0
    56285628 *
    5629  * @param $group Where the cache contents are grouped.
     5629 * @param string $group Where the cache contents are grouped.
    56305630 *
    56315631 * @return string $last_changed UNIX timestamp with microseconds representing when the group was last changed.
Note: See TracChangeset for help on using the changeset viewer.