Afficher les commentaires
-bugfix afficher ‘% ‘ commentaires
This commit is contained in:
@@ -118,7 +118,7 @@ get_header();
|
|||||||
<button id="togle">
|
<button id="togle">
|
||||||
<?php
|
<?php
|
||||||
_e('Display','yuzu-child');
|
_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>
|
</button>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user