Ticket #5778: post-form-0-groups.patch
File post-form-0-groups.patch, 590 bytes (added by , 9 years ago) |
---|
-
post-form.php
35 35 <input type="submit" name="aw-whats-new-submit" id="aw-whats-new-submit" value="<?php esc_attr_e( 'Post Update', 'buddypress' ); ?>" /> 36 36 </div> 37 37 38 <?php if ( bp_is_active( 'groups' ) && !bp_is_my_profile() && !bp_is_group() ) : ?>38 <?php if ( bp_is_active( 'groups' ) && !bp_is_my_profile() && !bp_is_group() && bp_get_total_group_count_for_user() > 0 ) : ?> 39 39 40 40 <div id="whats-new-post-in-box"> 41 41