Ticket #1032: i18n_1.patch
File i18n_1.patch, 1.2 KB (added by , 15 years ago) |
---|
-
bp-themes/bp-sn-parent/groups/single/forum/index.php
45 45 46 46 <a class="topic-avatar" href="<?php bp_the_topic_permalink() ?>" title="<?php bp_the_topic_title() ?> - <?php _e( 'Permalink', 'buddypress' ) ?>"><?php bp_the_topic_last_poster_avatar( 'width=30&height=30') ?></a> 47 47 <a class="topic-title" href="<?php bp_the_topic_permalink() ?>" title="<?php bp_the_topic_title() ?> - <?php _e( 'Permalink', 'buddypress' ) ?>"><?php bp_the_topic_title() ?></a> 48 <span class="small topic-meta">(<?php bp_the_topic_total_post_count() ?> → <?php bp_the_topic_time_since_last_post() ?> ago)</span>48 <span class="small topic-meta">(<?php bp_the_topic_total_post_count() ?> → <?php echo sprintf( __( '%s ago', 'buddypress' ), bp_the_topic_time_since_last_post( false ) ) ?>)</span> 49 49 <span class="small latest topic-excerpt"><?php bp_the_topic_latest_post_excerpt() ?></span> 50 50 51 51 <?php if ( bp_group_is_admin() || bp_group_is_mod() ) : ?>