Changeset 2662463
- Timestamp:
- 01/23/2022 04:28:11 PM (4 years ago)
- Location:
- bp-automatic-friends
- Files:
-
- 1 deleted
- 1 edited
-
tags/2.0.8 (deleted)
-
trunk/bp-automatic-friends.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bp-automatic-friends/trunk/bp-automatic-friends.php
r2662102 r2662463 5 5 Description: Automatically create and accept friendships for specified users upon new user registration. * Requires BuddyPress 6 6 Text Domain: bp-automatic-friends 7 Version: 2.0. 87 Version: 2.0.9 8 8 Author: Steven Word 9 9 Author URI: http://stevenword.com/ … … 35 35 class BPAF_Core { 36 36 37 const VERSION = '2.0. 7';38 const REVISION = '20 141120';37 const VERSION = '2.0.9'; 38 const REVISION = '20220123'; 39 39 const METAKEY = 'bpaf_global_friend'; 40 40 const LEGACY_OPTION = 'skw_bpaf_options'; … … 120 120 121 121 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 ); 124 123 125 124 // This needs to be re-added after debugging
Note: See TracChangeset
for help on using the changeset viewer.