functions in wp-comments.php
-
I think in line 24 it should be
comments_number(__('Comments'), __('1 Comment'), __('% Comments'));
instead of
comments_number(__("Comments"));
as this function prepends the string with the number of comments.
When using l10n I ended up with a translated “Kommentare” in case there are no comments and English “1 Comment” or “2 Comments” with comments.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘functions in wp-comments.php’ is closed to new replies.