mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 09:56:02 +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:
@@ -8,7 +8,7 @@ class Af_Proxy_Http extends Plugin {
|
||||
private $cache;
|
||||
|
||||
function about() {
|
||||
return array(1.0,
|
||||
return array(null,
|
||||
"Loads media served over plain HTTP via built-in secure proxy",
|
||||
"fox");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user