Options

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

andelfandelf New
edited December 2010 in Vanilla 2.0 - 2.8
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.