Make WordPress Core


Ignore:
Timestamp:
08/30/2015 03:03:47 AM (9 years ago)
Author:
wonderboymusic
Message:

Fix copy pasta in wp_cache_decr() doc block.

Props danielbachhuber.
Fixes #33548.

File:
1 edited

Legend:

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

    r33678 r33809  
    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.
     
    424424     * @since 3.3.0
    425425     *
    426      * @param int|string $key The cache key to increment
     426     * @param int|string $key The cache key to decrement.
    427427     * @param int $offset The amount by which to decrement the item's value. Default is 1.
    428428     * @param string $group The group the key is in.
Note: See TracChangeset for help on using the changeset viewer.