Changeset 7168 for trunk/bp-themes/bp-default/activity/comment.php
- Timestamp:
- 06/06/2013 10:46:43 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/bp-themes/bp-default/activity/comment.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/activity/comment.php
r6683 r7168 28 28 <?php 29 29 /* translators: 1: user profile link, 2: user name, 3: activity permalink, 4: activity timestamp */ 30 printf( __( '<a href="%1$s">%2$s</a> replied <a href="%3$s" class="activity-time-since"><span class="time-since">%4$s</span></a>', 'buddypress' ), bp_get_activity_comment_user_link(), bp_get_activity_comment_name(), bp_get_activity_ thread_permalink(), bp_get_activity_comment_date_recorded() );30 printf( __( '<a href="%1$s">%2$s</a> replied <a href="%3$s" class="activity-time-since"><span class="time-since">%4$s</span></a>', 'buddypress' ), bp_get_activity_comment_user_link(), bp_get_activity_comment_name(), bp_get_activity_comment_permalink(), bp_get_activity_comment_date_recorded() ); 31 31 ?> 32 32 </div>
Note: See TracChangeset
for help on using the changeset viewer.