Changeset 7251 for branches/2.6/src/includes/common/functions.php
- Timestamp:
- 01/23/2024 02:34:37 AM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.6/src/includes/common/functions.php
r7250 r7251 484 484 485 485 // Declare empty arrays 486 $ topics = $topic_titles = array_fill_keys( bbp_get_non_public_reply_statuses(), '' );486 $replies = $reply_titles = array_fill_keys( bbp_get_non_public_reply_statuses(), '' ); 487 487 488 488 // Pending … … 517 517 518 518 // Total hidden (pending, private, hidden, spam, trash) 519 $reply_count_hidden = array_sum( $replies);519 $reply_count_hidden = array_sum( array_filter( $replies ) ); 520 520 521 521 // Compile the hidden replies title
Note: See TracChangeset
for help on using the changeset viewer.