Afficher les commentaires
-bugfix afficher ‘% ‘ commentaires
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user