Afficher les commentaires

-bugfix afficher ‘% ‘ commentaires
This commit is contained in:
2020-04-23 10:29:05 +02:00
parent b92fc87044
commit b60cce3639

View File

@@ -118,7 +118,7 @@ get_header();
<button id="togle">
<?php
_e('Display','yuzu-child');
comments_number(esc_html__(' 0 comment','yuzu-child'), esc_html__(' 1 comment','yuzu-child'), '% '.esc_html__(' comments','yuzu-child') );
comments_number(esc_html__(' 0 comment','yuzu-child'), esc_html__(' 1 comment','yuzu-child'), ' %'.esc_html__(' comments','yuzu-child') );
?>
</button>