Changeset 7280 for branches/2.6/src/includes/search/template.php
- Timestamp:
- 07/10/2024 05:54:42 PM (20 months ago)
- File:
-
- 1 edited
-
branches/2.6/src/includes/search/template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.6/src/includes/search/template.php
r7262 r7280 48 48 49 49 // Default public statuses (topics coincidentally cover all post types) 50 $post_statuses = array_keys( bbp_get_public_topic_statuses());50 $post_statuses = bbp_get_public_topic_statuses(); 51 51 52 52 // Add support for private status
Note: See TracChangeset
for help on using the changeset viewer.