Skip to:
Content

BuddyPress.org

Ticket #3123: 3123.patch

File 3123.patch, 552 bytes (added by DJPaul, 13 years ago)
  • bp-forums/bp-forums-screens.php

     
    33function bp_forums_directory_forums_setup() {
    44        global $bp;
    55
    6         if ( bp_is_forums_component() && !bp_current_action() && !bp_current_item() ) {
     6        if ( bp_is_forums_component() && ( !bp_current_action() || bp_is_current_action( 'tag') ) && !bp_current_item() ) {
    77                if ( bp_forum_directory_is_disabled() )
    88                        return false;
    99