Changeset 5291
- Timestamp:
- 02/20/2014 12:51:34 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/replies/template.php
r5245 r5291 2339 2339 // Adjust for topic 2340 2340 $threads--; 2341 $retstr = sprintf( _n( 'Viewing %1$s reply thread', 'Viewing %1$s reply threads', $threads, 'bb bpress' ), bbp_number_format( $threads ) );2341 $retstr = sprintf( _n( 'Viewing %1$s reply thread', 'Viewing %1$s reply threads', $threads, 'bbpress' ), bbp_number_format( $threads ) ); 2342 2342 2343 2343 // We are not including the lead topic
Note: See TracChangeset
for help on using the changeset viewer.