Changeset 1015
- Timestamp:
- 02/02/2009 11:01:09 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/bp-groups/bp-groups-templatetags.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-groups/bp-groups-templatetags.php
r968 r1015 1081 1081 <span class="activity"><?php echo $user->last_active ?></span> 1082 1082 <div class="action"> 1083 <a class="remove" href="<?php echo site_url() . $bp['groups']['slug'] . '/' . $group_obj->id . '/invites/remove/' . $user->id ?>" id="uid-<?php echo $user->id ?>"> Remove Invite</a>1083 <a class="remove" href="<?php echo site_url() . $bp['groups']['slug'] . '/' . $group_obj->id . '/invites/remove/' . $user->id ?>" id="uid-<?php echo $user->id ?>"><?php _e( 'Remove Invite', 'buddypress' ) ?></a> 1084 1084 </div> 1085 1085 </li>
Note: See TracChangeset
for help on using the changeset viewer.