Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/23/2011 10:02:47 PM (13 years ago)
Author:
boonebgorges
Message:

Fixes forum tag permalink. Fixes #3123. Props DJPaul for the MySQL digging.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-forums/bp-forums-screens.php

    r4235 r4269  
    44    global $bp;
    55
    6     if ( bp_is_forums_component() && !bp_current_action() && !bp_current_item() ) {
     6    if ( bp_is_forums_component() ) {
    77        if ( bp_forum_directory_is_disabled() )
    88            return false;
Note: See TracChangeset for help on using the changeset viewer.