Skip to:
Content

BuddyPress.org

Changeset 2625


Ignore:
Timestamp:
02/08/2010 01:00:50 PM (15 years ago)
Author:
apeatling
Message:

Fixes #1810

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-xprofile/bp-xprofile-admin.php

    r2374 r2625  
    6262                        <thead>
    6363                            <tr>
    64                                 <th scope="col">&nbsp;</th>
     64                                <th scope="col" width="10">&nbsp;</th>
    6565                                <th scope="col" colspan="<?php if ( $groups[$i]->can_delete ) { ?>3<?php } else { ?>5<?php } ?>"><?php echo attribute_escape( $groups[$i]->name ); ?></th>
    6666                                <?php if ( $groups[$i]->can_delete ) { ?>
Note: See TracChangeset for help on using the changeset viewer.