Changeset 4596 for trunk/bp-forums/bp-forums-screens.php
- Timestamp:
- 07/04/2011 02:07:08 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-forums/bp-forums-screens.php
r4572 r4596 4 4 5 5 if ( bp_is_forums_component() && ( !bp_current_action() || ( 'tag' == bp_current_action() && bp_action_variables() ) ) && !bp_current_item() ) { 6 if ( bp_forum_directory_is_disabled() )6 if ( !bp_forums_has_directory() ) 7 7 return false; 8 8
Note: See TracChangeset
for help on using the changeset viewer.