Changeset 13434
- Timestamp:
- 03/08/2023 11:01:32 AM (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-friends/bp-friends-template.php
r13433 r13434 779 779 $r['output'] = $r['before']; 780 780 781 /* translators: % d: total friend count */782 $r['output'] .= sprintf( _n( '% d friend', '%dfriends', $r['friends'], 'buddypress' ), '<strong>' . number_format_i18n( $r['friends'] ) . '</strong>' );781 /* translators: %s: total friend count */ 782 $r['output'] .= sprintf( _n( '%s friend', '%s friends', $r['friends'], 'buddypress' ), '<strong>' . number_format_i18n( $r['friends'] ) . '</strong>' ); 783 783 $r['output'] .= $r['after']; 784 784 }
Note: See TracChangeset
for help on using the changeset viewer.