Plugin Directory

Changeset 2662463


Ignore:
Timestamp:
01/23/2022 04:28:11 PM (4 years ago)
Author:
stevenkword
Message:

Untagging version 2.0.8

Location:
bp-automatic-friends
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • bp-automatic-friends/trunk/bp-automatic-friends.php

    r2662102 r2662463  
    55Description: Automatically create and accept friendships for specified users upon new user registration. * Requires BuddyPress
    66Text Domain: bp-automatic-friends
    7 Version: 2.0.8
     7Version: 2.0.9
    88Author: Steven Word
    99Author URI: http://stevenword.com/
     
    3535class BPAF_Core {
    3636
    37     const VERSION        = '2.0.7';
    38     const REVISION       = '20141120';
     37    const VERSION        = '2.0.9';
     38    const REVISION       = '20220123';
    3939    const METAKEY        = 'bpaf_global_friend';
    4040    const LEGACY_OPTION  = 'skw_bpaf_options';
     
    120120
    121121        global $bp;
    122 
    123         $last_login = get_user_meta( $bp->loggedin_user->id, 'last_activity', true );
     122        $last_login = bp_get_user_last_activity( $bp->loggedin_user->id );
    124123
    125124        // This needs to be re-added after debugging
Note: See TracChangeset for help on using the changeset viewer.