Changeset 391 for trunk/bp-xprofile/bp-xprofile-templatetags.php
- Timestamp:
- 10/12/2008 08:19:04 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/bp-xprofile/bp-xprofile-templatetags.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-xprofile/bp-xprofile-templatetags.php
r375 r391 341 341 342 342 if ( !$last_updated ) { 343 _e('Profile not recently updated' ) . '.';343 _e('Profile not recently updated', 'buddypress') . '.'; 344 344 } else { 345 echo __('Profile updated ' ) . bp_core_time_since( strtotime( $last_updated ) ) . __(' ago');345 echo __('Profile updated ', 'buddypress') . bp_core_time_since( strtotime( $last_updated ) ) . __(' ago', 'buddypress'); 346 346 } 347 347 }
Note: See TracChangeset
for help on using the changeset viewer.