Make WordPress Core


Ignore:
Timestamp:
12/23/2015 06:30:09 AM (9 years ago)
Author:
johnbillion
Message:

Docs: Miscellaneous docblock corrections.

See #32246

File:
1 edited

Legend:

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

    r35325 r36069  
    113113 * @param bool        $force  Optional. Whether to force an update of the local cache from the persistent
    114114 *                            cache. Default false.
    115  * @param bool        &$found Optional. Whether the key was found in the cache. Disambiguates a return of false,
     115 * @param bool        $found Optional. Whether the key was found in the cache. Disambiguates a return of false,
    116116 *                            a storable value. Passed by reference. Default null.
    117117 * @return bool|mixed False on failure to retrieve contents or the cache
     
    535535     * @param string     $force  Optional. Unused. Whether to force a refetch rather than relying on the local
    536536     *                           cache. Default false.
    537      * @param bool       &$found Optional. Whether the key was found in the cache. Disambiguates a return of
     537     * @param bool       $found Optional. Whether the key was found in the cache. Disambiguates a return of
    538538     *                           false, a storable value. Passed by reference. Default null.
    539539     * @return false|mixed False on failure to retrieve contents or the cache contents on success.
Note: See TracChangeset for help on using the changeset viewer.