Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

Categories

In this Discussion

Who's Online 10

CurtisOdenmcdjmcdjperegrine422 +6 guests

please add T() to 'sorted by', 'Votes', 'Date Added'.

This discussion is related to the Voting addon.

Wrap($AnswerCount.' '.Plural($AnswerCount, 'Comment', 'Comments'), 'strong');
echo ' '.T('sorted by'). '
<ul>
<li'.(self::CommentSort() == 'popular' ? ' class="Active"' : '').'>'.Anchor(T('Votes'), Url('?Sort=popu$
<li'.(self::CommentSort() == 'date' ? ' class="Active"' : '').'>'.Anchor(T('Date Added'), Url('?Sort=da$

Comments

Sign In or Register to comment.