Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/03/2009 10:49:34 PM (16 years ago)
Author:
apeatling
Message:

Removed the use of sessions in BuddyPress, as this is not a robust solution when installed on a multi-server setup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-groups/bp-groups-ajax.php

    r1486 r1503  
    2222       
    2323        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>';
    2626        echo '<span class="activity">' . attribute_escape( $user->last_active ) . '</span>';
    2727        echo '<div class="action">
Note: See TracChangeset for help on using the changeset viewer.