Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/25/2011 12:21:20 AM (15 years ago)
Author:
boonebgorges
Message:

Global/slug audit in forums component. See #3325

File:
1 edited

Legend:

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

    r4821 r4846  
    107107    global $bp;
    108108
    109     if ( $bp->current_action == 'forum' && !empty( $bp->action_variables[0] ) && 'topic' == $bp->action_variables[0] )
     109    if ( bp_is_current_action( 'forum' ) && bp_is_action_variable( 'topic', 0 ) )
    110110        if ( bp_has_forum_topic_posts() )
    111111            $title .= bp_get_the_topic_title() . " $sep ";
Note: See TracChangeset for help on using the changeset viewer.