Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/18/2011 07:01:49 AM (15 years ago)
Author:
johnjamesjacoby
Message:

Swap '0 seconds ago' out for 'right now.' Includes changes to bp_core_time_since() and removes references to 'ago' as needed to avoid possible 'right now ago' condition.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-activity/bp-activity-template.php

    r4674 r4678  
    10091009            return false;
    10101010       
    1011         $date_recorded = sprintf( __( '%s ago', 'buddypress' ), bp_core_time_since( $activities_template->activity->current_comment->date_recorded ) );
     1011        $date_recorded = bp_core_time_since( $activities_template->activity->current_comment->date_recorded );
    10121012       
    10131013        return apply_filters( 'bp_activity_comment_date_recorded', $date_recorded );
Note: See TracChangeset for help on using the changeset viewer.