Changeset 5256 for trunk/bp-themes/bp-default/activity/comment.php
- Timestamp:
- 10/23/2011 04:39:27 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/activity/comment.php
r4961 r5256 24 24 <div class="acomment-meta"> 25 25 <?php 26 /* translators: 1: user profile link, 2: user name, 3: activity permalink, 3: activity timestamp */26 /* translators: 1: user profile link, 2: user name, 3: activity permalink, 4: activity timestamp */ 27 27 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() ); 28 28 ?> … … 45 45 <?php endif; ?> 46 46 47 <?php do_action( 'bp_activity_comment_options' ); ?> 48 47 49 </div> 48 50
Note: See TracChangeset
for help on using the changeset viewer.