Ticket #4865: i18n.blogware.#4865.2.patch
| File i18n.blogware.#4865.2.patch, 405 bytes (added by , 18 years ago) |
|---|
-
blogware.php
141 141 } 142 142 if ( $num_comments ) { 143 143 echo ' '; 144 printf( __('(%s comments)'), $num_comments);144 printf( __ngettext(__('1 comments'), __('% comments'), $num_comments), $num_comments ); 145 145 } 146 146 echo '</li>'; 147 147 flush();