diff --git a/r2/r2/lib/menus.py b/r2/r2/lib/menus.py index c4eef6913..37c018702 100644 --- a/r2/r2/lib/menus.py +++ b/r2/r2/lib/menus.py @@ -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):