From: Andrew Dolgov Date: Sun, 4 May 2008 03:45:39 +0000 (+0100) Subject: order headlines by score X-Git-Tag: 1.2.22.1~2 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=48b0c4ec7ec4bb0d68fab059e6b36d0e6faaa42f;p=tt-rss.git order headlines by score --- diff --git a/functions.php b/functions.php index 180d021b..2366ce9c 100644 --- a/functions.php +++ b/functions.php @@ -3185,6 +3185,8 @@ $order_by = "updated DESC"; } + $order_by = "score DESC, $order_by"; + if ($override_order) { $order_by = $override_order; }