Changeset 5624
- Timestamp:
- 01/07/2012 07:53:43 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/bp-activity-akismet.php
r5623 r5624 514 514 515 515 echo '<div class="akismet-history"><div>'; 516 printf( '<span>%1$s</span> — %2$s', bp_core_time_since( $history[2] ), esc_html( $history[1] ) );516 printf( _x( '<span>%1$s</span> — %2$s', 'x hours ago - akismet cleared this item', 'buddypress' ), bp_core_time_since( $history[2] ), esc_html( $history[1] ) ); 517 517 echo '</div></div>'; 518 518 }
Note: See TracChangeset
for help on using the changeset viewer.