Changeset 13312 for trunk/src/bp-core/bp-core-functions.php
- Timestamp:
- 08/13/2022 08:21:06 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-functions.php
r13304 r13312 3401 3401 } 3402 3402 3403 $db_types = wp_cache_get( $taxonomy, 'bp_object_terms' );3403 $db_types = (array) wp_cache_get( $taxonomy, 'bp_object_terms' ); 3404 3404 3405 3405 if ( ! $db_types ) {
Note: See TracChangeset
for help on using the changeset viewer.