Changeset 12791 for trunk/src/bp-core/classes/class-bp-core-user.php
- Timestamp:
- 11/19/2020 12:33:58 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/classes/class-bp-core-user.php
r12754 r12791 206 206 207 207 /* translators: %s: human time diff of the last time the user was active on the site. */ 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' ) );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 } 210 210
Note: See TracChangeset
for help on using the changeset viewer.