Changeset 3165 for branches/plugin/bbp-includes/bbp-user-template.php
- Timestamp:
- 05/15/2011 11:48:23 PM (15 years ago)
- File:
-
- 1 edited
-
branches/plugin/bbp-includes/bbp-user-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-includes/bbp-user-template.php
r3159 r3165 1113 1113 $hidden = bbp_get_hidden_forum_ids(); 1114 1114 1115 // Merge private and hidden forums together 1116 $forum_ids = array_merge( $private, $hidden);1115 // Merge private and hidden forums together and remove any empties 1116 $forum_ids = (array) array_filter( array_merge( $private, $hidden ) ); 1117 1117 1118 1118 // There are forums that need to be ex
Note: See TracChangeset
for help on using the changeset viewer.