mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Fix copy pasta in wp_cache_decr() doc block.
Props danielbachhuber. Fixes #33548. git-svn-id: https://develop.svn.wordpress.org/trunk@33809 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -50,7 +50,7 @@ function wp_cache_close() {
|
||||
*
|
||||
* @global WP_Object_Cache $wp_object_cache
|
||||
*
|
||||
* @param int|string $key The cache key to increment
|
||||
* @param int|string $key The cache key to decrement.
|
||||
* @param int $offset The amount by which to decrement the item's value. Default is 1.
|
||||
* @param string $group The group the key is in.
|
||||
* @return false|int False on failure, the item's new value on success.
|
||||
@@ -423,7 +423,7 @@ class WP_Object_Cache {
|
||||
*
|
||||
* @since 3.3.0
|
||||
*
|
||||
* @param int|string $key The cache key to increment
|
||||
* @param int|string $key The cache key to decrement.
|
||||
* @param int $offset The amount by which to decrement the item's value. Default is 1.
|
||||
* @param string $group The group the key is in.
|
||||
* @return false|int False on failure, the item's new value on success.
|
||||
|
||||
Reference in New Issue
Block a user