Changeset 14029 for trunk/src/bp-core/bp-core-update.php
- Timestamp:
- 09/28/2024 03:30:07 AM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-update.php
r13968 r14029 862 862 * when the BP Classic plugin is not active. 863 863 */ 864 if ( ! function_exists( 'bp_classic') ) {864 if ( ! bp_is_classic() ) { 865 865 $post_type = bp_core_get_directory_post_type(); 866 866
Note: See TracChangeset
for help on using the changeset viewer.