Changeset 1503 for trunk/bp-groups/bp-groups-ajax.php
- Timestamp:
- 06/03/2009 10:49:34 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-groups/bp-groups-ajax.php
r1486 r1503 22 22 23 23 echo '<li id="uid-' . $user->id . '">'; 24 echo attribute_escape( $user->avatar_thumb );25 echo '<h4>' . attribute_escape( $user->user_link ). '</h4>';24 echo $user->avatar_thumb; 25 echo '<h4>' . $user->user_link . '</h4>'; 26 26 echo '<span class="activity">' . attribute_escape( $user->last_active ) . '</span>'; 27 27 echo '<div class="action">
Note: See TracChangeset
for help on using the changeset viewer.