Skip to content
Snippets Groups Projects
Commit 7a2ad08a authored by Andrew Dolgov's avatar Andrew Dolgov
Browse files

scored_oldest_first: update sort caption

parent c82457e5
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ class Scored_Oldest_First extends Plugin { ...@@ -8,7 +8,7 @@ class Scored_Oldest_First extends Plugin {
function hook_headlines_custom_sort_map() { function hook_headlines_custom_sort_map() {
return [ return [
"dates_reverse_scored" => "Oldest first (legacy)" "dates_reverse_scored" => "Oldest first (with score)"
]; ];
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment