Skip to:
Content

BuddyPress.org

Changeset 918


Ignore:
Timestamp:
01/26/2009 08:03:06 PM (16 years ago)
Author:
apeatling
Message:

Fixes #390. Thanks to mikepratt for fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-groups/bp-groups-templatetags.php

    r904 r918  
    445445                        <a href="<?php bp_the_topic_permalink() ?>" title="<?php bp_the_topic_title() ?> - <?php _e( 'Permalink', 'buddypress' ) ?>"><?php bp_the_topic_title() ?></a>
    446446                        <span class="small">- <?php bp_the_topic_total_post_count() ?> </span>
    447                         <p><span class="activity"><?php echo sprintf( __( 'updated %s ago', 'buddypress' ), bp_the_topic_time_since_last_post( false ) ) ?><span></p>
     447                        <p><span class="activity"><?php echo sprintf( __( 'updated %s ago', 'buddypress' ), bp_the_topic_time_since_last_post( false ) ) ?></span></p>
    448448               
    449449                        <div class="latest-post">
Note: See TracChangeset for help on using the changeset viewer.