Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/08/2010 01:26:48 PM (15 years ago)
Author:
apeatling
Message:

Fixes #1816

File:
1 edited

Legend:

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

    r2460 r2626  
    2929                <li id="post-<?php bp_the_topic_post_id() ?>">
    3030                    <div class="poster-meta">
    31                         <?php bp_the_topic_post_poster_avatar( 'width=40&height=40') ?>
    32                         <?php echo sprintf( __( '%s said %s ago:', 'buddypress' ), bp_the_topic_post_poster_name( false ), bp_the_topic_post_time_since( false ) ) ?>
     31                        <a href="<?php bp_the_topic_post_poster_link() ?>">
     32                            <?php bp_the_topic_post_poster_avatar( 'width=40&height=40' ) ?>
     33                        </a>
     34                        <?php echo sprintf( __( '%s said %s ago:', 'buddypress' ), bp_get_the_topic_post_poster_name(), bp_get_the_topic_post_time_since() ) ?>
    3335                    </div>
    3436
Note: See TracChangeset for help on using the changeset viewer.