Home › Forums › Iconic One Pro Support › Translation Missing terms › Reply To: Translation Missing terms
March 19, 2016 at 5:19 pm #4085
lbeaver
Participant
Missing «1 Comment» and «% Comments».
@@ -33,7 +33,7 @@
<span class=”date updated”><?php echo get_the_date(); ?></span>
</div>
<div class=”adt-comment”>
– <span>“><?php comments_number(__(‘0 Comment’,’themonic’),__(‘1 Comment’),__(‘% Comments’)); ?></span>
+ <span>“><?php comments_number(__(‘0 Comment’,’themonic’),__(‘1 Comment’,’themonic’),__(‘% Comments’,’themonic’)); ?></span>
</div>
</div><!– below title meta end –>
<div class=”clear”></div>