Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/21/2011 09:57:19 AM (14 years ago)
Author:
johnjamesjacoby
Message:

Fix duplicate 'ago' in single topic template.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/groups/single/forum/topic.php

    r4596 r4759  
    7575                            <?php bp_the_topic_post_poster_avatar( 'width=40&height=40' ) ?>
    7676                        </a>
    77                         <?php echo sprintf( __( '%s said %s ago:', 'buddypress' ), bp_get_the_topic_post_poster_name(), bp_get_the_topic_post_time_since() ) ?>
     77                        <?php echo sprintf( __( '%1$s said %2$s:', 'buddypress' ), bp_get_the_topic_post_poster_name(), bp_get_the_topic_post_time_since() ) ?>
    7878                    </div>
    7979
Note: See TracChangeset for help on using the changeset viewer.