Changeset 11447 for trunk/src/bp-core/bp-core-cache.php
- Timestamp:
- 03/04/2017 06:26:55 PM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-core/bp-core-cache.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-cache.php
r11060 r11447 192 192 * cache key names. Default: the value of $meta_table. 193 193 * } 194 * @return array|boolMetadata cache for the specified objects, or false on failure.194 * @return false|array Metadata cache for the specified objects, or false on failure. 195 195 */ 196 196 function bp_update_meta_cache( $args = array() ) {
Note: See TracChangeset
for help on using the changeset viewer.