Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/08/2015 09:54:28 PM (10 years ago)
Author:
djpaul
Message:

Correct invalid phpDoc parameter type in bp_get_root_blog_cache_key().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/bp-core-cache.php

    r9313 r9317  
    5353 * @param  bool       $force Whether to force an update of the local cache from
    5454 *                           the persistent cache (default is false)
    55  * @param  &bool      $found Whether key was found in the cache. Disambiguates a
     55 * @param  bool       $found Whether key was found in the cache. Disambiguates a
    5656 *                           return of false, a storable value.
    5757 * @return bool|mixed        False on failure to retrieve contents or the cache
Note: See TracChangeset for help on using the changeset viewer.