mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 14:25:55 +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 Cache_Starred_Images extends Plugin {
|
||||
private $max_cache_attempts = 5; // per-article
|
||||
|
||||
function about() {
|
||||
return array(1.0,
|
||||
return array(null,
|
||||
"Automatically cache media files in Starred articles",
|
||||
"fox");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user