Changeset 4678 for trunk/bp-xprofile/bp-xprofile-template.php
- Timestamp:
- 07/18/2011 07:01:49 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/bp-xprofile/bp-xprofile-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-xprofile/bp-xprofile-template.php
r4558 r4678 714 714 715 715 if ( $last_updated ) 716 return apply_filters( 'bp_get_profile_last_updated', sprintf( __('Profile updated %s ago', 'buddypress'), bp_core_time_since( strtotime( $last_updated ) ) ) );716 return apply_filters( 'bp_get_profile_last_updated', sprintf( __('Profile updated %s', 'buddypress'), bp_core_time_since( strtotime( $last_updated ) ) ) ); 717 717 718 718 return false;
Note: See TracChangeset
for help on using the changeset viewer.