| 3322 | | $retstr = sprintf( esc_html__( 'This topic has %1$s, %2$s, and was last updated %3$s by %4$s.', 'bbpress' ), $reply_count, $voice_count, $time_since, $last_updated_by ); |
| | 3322 | /* translators: %1$s - reply count, %2$s - voice count voices, %3$s - time since, %4$s - last updated by */ |
| | 3323 | $retstr = sprintf( esc_html ( _n( 'This topic has %1$s, %2$s, and was last updated %3$s by %4$s.', 'This topic has %1$s, %2$s, and was last updated %3$s by %4$s.', $reply_count, 'bbpress') ), $reply_count, $voice_count, $time_since, $last_updated_by ); |