Changeset 4759 for trunk/bp-themes/bp-default/groups/single/forum/topic.php
- Timestamp:
- 07/21/2011 09:57:19 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/groups/single/forum/topic.php
r4596 r4759 75 75 <?php bp_the_topic_post_poster_avatar( 'width=40&height=40' ) ?> 76 76 </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() ) ?> 78 78 </div> 79 79
Note: See TracChangeset
for help on using the changeset viewer.