Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
12/27/2010 10:57:31 PM (15 years ago)
Author:
djpaul
Message:

Removes trailing whitespace. Fixes #2965, props cnorris23

File:
1 edited

Legend:

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

    r3531 r3592  
    200200                        <h5>
    201201                            <?php bp_group_member_link() ?>
    202                            
     202
    203203                            <?php if ( bp_get_group_member_is_banned() ) _e( '(banned)', 'buddypress'); ?>
    204204
    205                             <span class="small"> - 
    206                            
     205                            <span class="small"> -
     206
    207207                            <?php if ( bp_get_group_member_is_banned() ) : ?>
    208                                
     208
    209209                                <a href="<?php bp_group_member_unban_link() ?>" class="confirm member-unban" title="<?php _e( 'Unban this member', 'buddypress' ) ?>"><?php _e( 'Remove Ban', 'buddypress' ); ?></a>
    210210
Note: See TracChangeset for help on using the changeset viewer.