Changeset 5072 for trunk/bp-themes/bp-default/sidebar.php
- Timestamp:
- 08/31/2011 01:12:04 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/sidebar.php
r5001 r5072 60 60 61 61 <?php /* Show forum tags on the forums directory */ 62 if ( bp_is_active( 'forums' ) && bp_is_ current_component( 'forums') && bp_is_directory() ) : ?>62 if ( bp_is_active( 'forums' ) && bp_is_forums_component() && bp_is_directory() ) : ?> 63 63 <div id="forum-directory-tags" class="widget tags"> 64 64 <h3 class="widgettitle"><?php _e( 'Forum Topic Tags', 'buddypress' ) ?></h3>
Note: See TracChangeset
for help on using the changeset viewer.