Changeset 13580 for trunk/src/bp-core/classes/class-bp-core-user.php
- Timestamp:
- 09/10/2023 09:56:11 AM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/classes/class-bp-core-user.php
r13433 r13580 205 205 ); 206 206 207 /* translators: %s: human time diff of the last time the user was active on the site.*/207 /* translators: %s: last activity timestamp (e.g. "Active 1 hour ago") */ 208 208 $this->last_active = bp_core_get_last_activity( bp_get_user_last_activity( $this->id ), _x( 'Active %s', 'last time the user was active', 'buddypress' ) ); 209 209 }
Note: See TracChangeset
for help on using the changeset viewer.