Changeset 5908 for trunk/src/includes/forums/functions.php
- Timestamp:
- 08/11/2015 08:17:53 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/forums/functions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/forums/functions.php
r5858 r5908 1984 1984 $key = array_search( bbp_get_private_status_id(), $post_stati ); 1985 1985 if ( ! empty( $key ) ) { 1986 unset( $post_stati[ $key] );1986 unset( $post_stati[ $key ] ); 1987 1987 } 1988 1988 … … 1998 1998 $key = array_search( bbp_get_hidden_status_id(), $post_stati ); 1999 1999 if ( ! empty( $key ) ) { 2000 unset( $post_stati[ $key] );2000 unset( $post_stati[ $key ] ); 2001 2001 } 2002 2002
Note: See TracChangeset
for help on using the changeset viewer.