mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-24 07:21:28 +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:
@@ -5,7 +5,7 @@ class Af_Comics extends Plugin {
|
||||
private $filters = array();
|
||||
|
||||
function about() {
|
||||
return array(2.0,
|
||||
return array(null,
|
||||
"Fixes RSS feeds of assorted comic strips",
|
||||
"fox");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user