Changeset 7357 for trunk/src/includes/common/classes.php
- Timestamp:
- 11/16/2025 04:55:52 AM (4 months ago)
- File:
-
- 1 edited
-
trunk/src/includes/common/classes.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/common/classes.php
r6573 r7357 223 223 // - the forum is a category 224 224 // - forum is closed 225 if ( ( true === $args['disable_categories'] )225 if ( ( true === $args['disable_categories'] ) 226 226 && ( bbp_get_forum_post_type() === $object->post_type ) 227 227 && ( bbp_is_forum_category( $object->ID )
Note: See TracChangeset
for help on using the changeset viewer.