Skip to:
Content

BuddyPress.org

Changes between Initial Version and Version 1 of Ticket #5007, comment 2


Ignore:
Timestamp:
05/29/2013 09:13:51 AM (11 years ago)
Author:
sooskriszta
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5007, comment 2

    initial v1  
    1010$this_id = bp_displayed_user_id();
    1111$is_online = check_is_user_online($this_id);
    12 if ($is_online) echo "Now Online";
     12if ($is_online) echo "Online Now";
    1313else{ echo "Offline";}
    1414