Changeset 7330
- Timestamp:
- 07/01/2025 04:31:39 PM (10 months ago)
- File:
-
- 1 edited
-
trunk/src/includes/forums/template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/forums/template.php
r7276 r7330 1357 1357 function bbp_get_forum_topic_count_hidden( $forum_id = 0, $total_count = true, $integer = null ) { 1358 1358 $forum_id = bbp_get_forum_id( $forum_id ); 1359 $meta_key = empty( $total_count ) ? '_bbp_topic_count_hidden' : '_bbp_to pic_reply_count_hidden';1359 $meta_key = empty( $total_count ) ? '_bbp_topic_count_hidden' : '_bbp_total_topic_count_hidden'; 1360 1360 $topics = (int) get_post_meta( $forum_id, $meta_key, true ); 1361 1361 $filter = ( true === $integer )
Note: See TracChangeset
for help on using the changeset viewer.