Ticket #5778: 5778.02.patch
File 5778.02.patch, 720 bytes (added by , 8 years ago) |
---|
-
src/bp-templates/bp-legacy/buddypress/activity/post-form.php
44 44 <input type="submit" name="aw-whats-new-submit" id="aw-whats-new-submit" value="<?php esc_attr_e( 'Post Update', 'buddypress' ); ?>" /> 45 45 </div> 46 46 47 <?php if ( bp_is_active( 'groups' ) && ! bp_is_my_profile() && !bp_is_group() ) : ?>47 <?php if ( bp_is_active( 'groups' ) && ! bp_is_my_profile() && ! bp_is_group() && bp_get_total_group_count_for_user( bp_loggedin_user_id() ) ) : ?> 48 48 49 49 <div id="whats-new-post-in-box"> 50 50