- Timestamp:
- 11/25/2021 12:30:33 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/buddypress/groups/single/send-invites.php
r12082 r13156 15 15 do_action( 'bp_before_group_send_invites_content' ); ?> 16 16 17 <?php if ( ! bp_is_active( 'friends' ) ) : ?> 18 <div id="message" class="info"> 19 <p class="notice"><?php esc_html_e( 'Group invitations can only be extended to friends.', 'buddypress' ); ?></p> 20 </div> 17 21 <?php 18 22 /* Does the user have friends that could be invited to the group? */ 19 if ( bp_get_new_group_invite_friend_list() ) : ?>23 elseif ( bp_get_new_group_invite_friend_list() ) : ?> 20 24 21 25 <h2 class="bp-screen-reader-text"><?php _e( 'Send invites', 'buddypress' ); ?></h2>
Note: See TracChangeset
for help on using the changeset viewer.