Changeset 12596 for trunk/src/bp-xprofile/bp-xprofile-template.php
- Timestamp:
- 03/28/2020 01:52:20 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/bp-xprofile-template.php
r12555 r12596 1165 1165 * @param string $value Formatted last updated indicator string. 1166 1166 */ 1167 return apply_filters( 'bp_get_profile_last_updated', sprintf( __( 'Profile updated %s', 'buddypress' ), bp_core_time_since( strtotime( $last_updated ) ) ) ); 1167 return apply_filters( 1168 'bp_get_profile_last_updated', 1169 /* translators: %s: last activity timestamp (e.g. "active 1 hour ago") */ 1170 sprintf( __( 'Profile updated %s', 'buddypress' ), bp_core_time_since( strtotime( $last_updated ) ) ) 1171 ); 1168 1172 } 1169 1173
Note: See TracChangeset
for help on using the changeset viewer.