Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
08/10/2011 06:32:02 AM (14 years ago)
Author:
djpaul
Message:

Tidy up whitespace. Fixes #3466, props cnorris23

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/groups/create.php

    r4722 r4961  
    108108
    109109                    <hr />
    110                    
    111                     <h4><?php _e( 'Group Invitations', 'buddypress' ); ?></h4> 
    112 
    113                     <p><?php _e( 'Which members of this group are allowed to invite others?', 'buddypress' ) ?></p> 
    114                
    115                     <div class="radio"> 
    116                         <label> 
    117                             <input type="radio" name="group-invite-status" value="members"<?php bp_group_show_invite_status_setting( 'members' ) ?> /> 
    118                             <strong><?php _e( 'All group members', 'buddypress' ) ?></strong> 
    119                         </label> 
    120                
    121                         <label> 
    122                             <input type="radio" name="group-invite-status" value="mods"<?php bp_group_show_invite_status_setting( 'mods' ) ?> /> 
    123                             <strong><?php _e( 'Group admins and mods only', 'buddypress' ) ?></strong> 
    124                         </label>
    125                        
    126                         <label> 
    127                             <input type="radio" name="group-invite-status" value="admins"<?php bp_group_show_invite_status_setting( 'admins' ) ?> /> 
    128                             <strong><?php _e( 'Group admins only', 'buddypress' ) ?></strong> 
    129                         </label> 
    130                     </div> 
    131                
    132                     <hr /> 
     110
     111                    <h4><?php _e( 'Group Invitations', 'buddypress' ); ?></h4>
     112
     113                    <p><?php _e( 'Which members of this group are allowed to invite others?', 'buddypress' ) ?></p>
     114
     115                    <div class="radio">
     116                        <label>
     117                            <input type="radio" name="group-invite-status" value="members"<?php bp_group_show_invite_status_setting( 'members' ) ?> />
     118                            <strong><?php _e( 'All group members', 'buddypress' ) ?></strong>
     119                        </label>
     120
     121                        <label>
     122                            <input type="radio" name="group-invite-status" value="mods"<?php bp_group_show_invite_status_setting( 'mods' ) ?> />
     123                            <strong><?php _e( 'Group admins and mods only', 'buddypress' ) ?></strong>
     124                        </label>
     125
     126                        <label>
     127                            <input type="radio" name="group-invite-status" value="admins"<?php bp_group_show_invite_status_setting( 'admins' ) ?> />
     128                            <strong><?php _e( 'Group admins only', 'buddypress' ) ?></strong>
     129                        </label>
     130                    </div>
     131
     132                    <hr />
    133133
    134134                    <?php do_action( 'bp_after_group_settings_creation_step' ); ?>
Note: See TracChangeset for help on using the changeset viewer.