Changeset 33809 for trunk/src/wp-includes/cache.php
- Timestamp:
- 08/30/2015 03:03:47 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/cache.php
r33678 r33809 51 51 * @global WP_Object_Cache $wp_object_cache 52 52 * 53 * @param int|string $key The cache key to increment53 * @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. … … 424 424 * @since 3.3.0 425 425 * 426 * @param int|string $key The cache key to increment426 * @param int|string $key The cache key to decrement. 427 427 * @param int $offset The amount by which to decrement the item's value. Default is 1. 428 428 * @param string $group The group the key is in.
Note: See TracChangeset
for help on using the changeset viewer.