Changeset 6135 for trunk/src/includes/forums/functions.php
- Timestamp:
- 12/08/2016 02:43:27 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/forums/functions.php
r6113 r6135 2195 2195 // Default to public status 2196 2196 if ( empty( $post_stati ) ) { 2197 $post_stati [] = bbp_get_public_status_id();2197 $post_stati = array( bbp_get_public_status_id() ); 2198 2198 2199 2199 // Split the status string
Note: See TracChangeset
for help on using the changeset viewer.