- Timestamp:
- 11/21/2010 12:55:18 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/groups/single/send-invites.php
r3300 r3460 3 3 <?php if ( bp_get_total_friend_count( bp_loggedin_user_id() ) ) : ?> 4 4 5 <form action="<?php bp_group_send_invite_form_action() ?>" method="post" id="send-invite-form" class="standard-form" >5 <form action="<?php bp_group_send_invite_form_action() ?>" method="post" id="send-invite-form" class="standard-form" role="main"> 6 6 7 7 <div class="left-menu"> … … 70 70 <?php else : ?> 71 71 72 <div id="message" class="info" >72 <div id="message" class="info" role="main"> 73 73 <p><?php _e( 'Once you have built up friend connections you will be able to invite others to your group. You can send invites any time in the future by selecting the "Send Invites" option when viewing your new group.', 'buddypress' ); ?></p> 74 74 </div>
Note: See TracChangeset
for help on using the changeset viewer.