Quantcast
Channel: Site5 Free Premium WordPress Themes » All Posts
Viewing all articles
Browse latest Browse all 8865

wrong theme localization in sunrise/comments.php

$
0
0

<div id="comments"><h3><?php comments_number('<span>No</span> Comments', '<span>One</span> Comment', '<span>%</span> Comments' );?></h3></div>

shold probably be:

<div id="comments"><h3><?php comments_number(__( 'No Comments', 'site5framework'), __('1 Comment', 'site5framework'), __('% Comments', 'site5framework')); ?></h3></div>


Viewing all articles
Browse latest Browse all 8865

Trending Articles