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