Changeset 2626 for trunk/bp-themes/bp-default/groups/single/forum/topic.php
- Timestamp:
- 02/08/2010 01:26:48 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/groups/single/forum/topic.php
r2460 r2626 29 29 <li id="post-<?php bp_the_topic_post_id() ?>"> 30 30 <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() ) ?> 33 35 </div> 34 36
Note: See TracChangeset
for help on using the changeset viewer.