mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-21 12:21:27 +00:00
hide version for bundled plugins because it's meaningless; for everything else support showing version using git (if about[0] is null)
This commit is contained in:
@@ -21,7 +21,7 @@ class Scored_Oldest_First extends Plugin {
|
||||
}
|
||||
|
||||
function about() {
|
||||
return array(1.0,
|
||||
return array(null,
|
||||
"Consider article score while sorting by oldest first",
|
||||
"fox",
|
||||
false,
|
||||
|
||||
Reference in New Issue
Block a user