Changeset 10604 for sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-hooks.php
- Timestamp:
- 01/20/2021 05:31:04 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-hooks.php
r10596 r10604 697 697 bbp_is_single_topic() || bbp_is_single_reply() || bbp_is_search_results() 698 698 || 699 bbp_is_single_view() && in_array( bbp_get_view_id(), array( 'spam', 'pending', 'archived' ) )699 bbp_is_single_view() && in_array( bbp_get_view_id(), array( 'spam', 'pending', 'archived', 'all-replies' ) ) 700 700 ) { 701 701 return $r;
Note: See TracChangeset
for help on using the changeset viewer.