Changeset 6385
- Timestamp:
- 03/20/2017 10:50:15 AM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/topics/template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/topics/template.php
r6384 r6385 1178 1178 */ 1179 1179 function bbp_get_public_topic_statuses() { 1180 $statuses = bbp_get_public_topic_statuses();1180 $statuses = array( bbp_get_public_status_id(), bbp_get_closed_status_id() ); 1181 1181 1182 1182 return (array) apply_filters( 'bbp_get_public_topic_statuses', $statuses );
Note: See TracChangeset
for help on using the changeset viewer.