diff --git src/wp-includes/cache.php src/wp-includes/cache.php
index 3da0746..5c52fa9 100644
|
|
|
function wp_cache_close() { |
| 50 | 50 | * |
| 51 | 51 | * @global WP_Object_Cache $wp_object_cache |
| 52 | 52 | * |
| 53 | | * @param int|string $key The cache key to increment |
| | 53 | * @param int|string $key The cache key to decrement. |
| 54 | 54 | * @param int $offset The amount by which to decrement the item's value. Default is 1. |
| 55 | 55 | * @param string $group The group the key is in. |
| 56 | 56 | * @return false|int False on failure, the item's new value on success. |