Changeset 3698 for trunk/bp-themes/bp-default/activity/post-form.php
- Timestamp:
- 01/11/2011 05:41:53 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/bp-themes/bp-default/activity/post-form.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/activity/post-form.php
r3460 r3698 34 34 </div> 35 35 36 <?php if ( function_exists('bp_has_groups') && !bp_is_my_profile() && !bp_is_group() ) : ?>36 <?php if ( bp_is_active( 'groups' ) && !bp_is_my_profile() && !bp_is_group() ) : ?> 37 37 <div id="whats-new-post-in-box"> 38 38 <?php _e( 'Post in', 'buddypress' ) ?>:
Note: See TracChangeset
for help on using the changeset viewer.