Changeset 3698 for trunk/bp-themes/bp-default/sidebar.php
- Timestamp:
- 01/11/2011 05:41:53 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/sidebar.php
r3466 r3698 23 23 <?php do_action( 'bp_after_sidebar_me' ) ?> 24 24 25 <?php if ( function_exists( 'bp_message_get_notices' ) ) : ?>25 <?php if ( bp_is_active( 'messages' ) ) : ?> 26 26 <?php bp_message_get_notices(); /* Site wide notices to all users */ ?> 27 27 <?php endif; ?> … … 61 61 62 62 <h3 class="widgettitle"><?php _e( 'Forum Topic Tags', 'buddypress' ) ?></h3> 63 <?php if ( function_exists('bp_forums_tag_heat_map') ) : ?>63 <?php if ( bp_is_active( 'forums' ) ) : ?> 64 64 <div id="tag-text"><?php bp_forums_tag_heat_map(); ?></div> 65 65 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.