Make WordPress Core

Ticket #33548: decr-doc.diff

File decr-doc.diff, 572 bytes (added by danielbachhuber, 11 years ago)
  • src/wp-includes/cache.php

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