Changeset 7910
- Timestamp:
- 05/08/08 17:54:40 (2 months ago)
- Files:
-
- trunk/wp-includes/comment-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/comment-template.php
r6802 r7910 390 390 391 391 if ( $number > 1 ) 392 $output = str_replace('%', $number, ( false === $more ) ? __('% Comments') : $more);392 $output = str_replace('%', number_format_i18n($number), ( false === $more ) ? __('% Comments') : $more); 393 393 elseif ( $number == 0 ) 394 394 $output = ( false === $zero ) ? __('No Comments') : $zero;
