Changeset 4771
- Timestamp:
- 07/21/2011 10:36:09 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/forums/forums-loop.php
r4758 r4771 59 59 60 60 <p class="topic-meta"> 61 <span class="topic-by"><?php printf( __( 'Started by:%1$s', 'buddypress' ), bp_get_the_topic_poster_avatar( 'height=20&width=20') . bp_get_the_topic_poster_name() ); ?></span>61 <span class="topic-by"><?php /* translators: "started by [poster] in [forum]" */ printf( __( 'Started by %1$s', 'buddypress' ), bp_get_the_topic_poster_avatar( 'height=20&width=20') . bp_get_the_topic_poster_name() ); ?></span> 62 62 63 63 <?php if ( bp_is_directory() || bp_is_user_forums() ) : ?> … … 69 69 '<a href="' . bp_get_the_topic_object_permalink() . '" title="' . bp_get_the_topic_object_name() . '">' . bp_get_the_topic_object_name() .'</a>'; 70 70 71 printf( __( 'in: %1$s', 'buddypress' ), $topic_in ); 71 /* translators: "started by [poster] in [forum]" */ 72 printf( __( 'in %1$s', 'buddypress' ), $topic_in ); 72 73 ?> 73 74
Note: See TracChangeset
for help on using the changeset viewer.