mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-27 07:48:16 -05:00
Move 'best' sort to first in list
This commit is contained in:
@@ -460,7 +460,7 @@ class ProfileSortMenu(SortMenu):
|
||||
class CommentSortMenu(SortMenu):
|
||||
"""Sort menu for comments pages"""
|
||||
default = 'confidence'
|
||||
options = ('hot', 'new', 'controversial', 'top', 'old', 'confidence')
|
||||
options = ('confidence', 'top', 'new', 'hot', 'controversial', 'old')
|
||||
use_post = True
|
||||
|
||||
class SearchSortMenu(SortMenu):
|
||||
|
||||
Reference in New Issue
Block a user