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-themes/bp-default/groups/groups-loop.php

    r3810 r4678  
    4545            <div class="item">
    4646                <div class="item-title"><a href="<?php bp_group_permalink(); ?>"><?php bp_group_name(); ?></a></div>
    47                 <div class="item-meta"><span class="activity"><?php printf( __( 'active %s ago', 'buddypress' ), bp_get_group_last_active() ); ?></span></div>
     47                <div class="item-meta"><span class="activity"><?php printf( __( 'active %s', 'buddypress' ), bp_get_group_last_active() ); ?></span></div>
    4848
    4949                <div class="item-desc"><?php bp_group_description_excerpt(); ?></div>
Note: See TracChangeset for help on using the changeset viewer.