I found the solution: I placed the adapted file address.php in a wrong directory…
I corrected it and now the changes are visible.
I close this ticket.
I think you answered another post…
Can you please read my post again and help me with it?
Hi Mika,
Thanks for your response. I get it.
The problem is that the labels I want to use are not hard coded. I want to fetch them in a language file.
I did’t know how to use a function (like the _e() function) inside the existing comments_number() function.
At last, i found the solution by crawling in many php files:
<?php comments_number( __(‘No comments’, ‘vp_textdomain’), __(‘One comment’, ‘vp_textdomain’), __(‘% comments’, ‘vp_textdomain’)); ?>