Ticket #1728: 1728.002.diff
File 1728.002.diff, 708 bytes (added by , 14 years ago) |
---|
-
bp-core.php
1385 1385 1386 1386 if ( ( $count2 = floor( ( $since - ( $seconds * $count ) ) / $seconds2 ) ) != 0 ) { 1387 1387 /* Add to output var */ 1388 $output .= ( 1 == $count2 ) ? _ c( ',|Separator in time since', 'buddypress' ) . ' 1 '. $chunks[$i + 1][1] : _c( ',|Separator in time since', 'buddypress' ) . ' ' . $count2 . ' ' . $chunks[$i + 1][2];1388 $output .= ( 1 == $count2 ) ? _x( ',|Separator in time since', 'buddypress' ) . ' 1 '. $chunks[$i + 1][1] : _x( ',|Separator in time since', 'buddypress' ) . ' ' . $count2 . ' ' . $chunks[$i + 1][2]; 1389 1389 } 1390 1390 } 1391 1391