Make WordPress Core


Ignore:
Timestamp:
12/13/2011 11:45:31 PM (13 years ago)
Author:
ryan
Message:

Use one space, not two, after trailing punctuation. fixes #19537

File:
1 edited

Legend:

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

    r18995 r19593  
    5252 *
    5353 * @param int|string $key The cache key to increment
    54  * @param int $offset The amount by which to decrement the item's value.  Default is 1.
     54 * @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.
     
    121121 *
    122122 * @param int|string $key The cache key to increment
    123  * @param int $offset The amount by which to increment the item's value.  Default is 1.
     123 * @param int $offset The amount by which to increment the item's value. Default is 1.
    124124 * @param string $group The group the key is in.
    125125 * @return false|int False on failure, the item's new value on success.
     
    205205
    206206/**
    207  * Reset internal cache keys and structures.  If the cache backend uses global blog or site IDs as part of its cache keys,
     207 * Reset internal cache keys and structures. If the cache backend uses global blog or site IDs as part of its cache keys,
    208208 * this function instructs the backend to reset those keys and perform any cleanup since blog or site IDs have changed since cache init.
    209209 *
     
    318318     *
    319319     * @param int|string $key The cache key to increment
    320      * @param int $offset The amount by which to decrement the item's value.  Default is 1.
     320     * @param int $offset The amount by which to decrement the item's value. Default is 1.
    321321     * @param string $group The group the key is in.
    322322     * @return false|int False on failure, the item's new value on success.
     
    417417     *
    418418     * @param int|string $key The cache key to increment
    419      * @param int $offset The amount by which to increment the item's value.  Default is 1.
     419     * @param int $offset The amount by which to increment the item's value. Default is 1.
    420420     * @param string $group The group the key is in.
    421421     * @return false|int False on failure, the item's new value on success.
Note: See TracChangeset for help on using the changeset viewer.