Changeset 60130 for trunk/src/wp-includes/cache.php
- Timestamp:
- 04/04/2025 09:58:29 PM (11 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/cache.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/cache.php
r54448 r60130 145 145 * @param bool $force Optional. Whether to force an update of the local cache 146 146 * from the persistent cache. Default false. 147 * @param bool $found Optional. Whether the key was found in the cache (passed by reference).147 * @param bool|null $found Optional. Whether the key was found in the cache (passed by reference). 148 148 * Disambiguates a return of false, a storable value. Default null. 149 149 * @return mixed|false The cache contents on success, false on failure to retrieve contents.
Note: See TracChangeset
for help on using the changeset viewer.