Changeset 4846 for trunk/bp-forums/bp-forums-filters.php
- Timestamp:
- 07/25/2011 12:21:20 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/bp-forums/bp-forums-filters.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-forums/bp-forums-filters.php
r4821 r4846 107 107 global $bp; 108 108 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 ) ) 110 110 if ( bp_has_forum_topic_posts() ) 111 111 $title .= bp_get_the_topic_title() . " $sep ";
Note: See TracChangeset
for help on using the changeset viewer.