Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
please add T() to 'sorted by', 'Votes', 'Date Added'.
andelf
New
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$
0
Comments