From 20a844085f42975a9e2d20a9cd489a0251d52ad5 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 1 Mar 2021 12:11:42 +0300 Subject: hide version for bundled plugins because it's meaningless; for everything else support showing version using git (if about[0] is null) --- plugins/shorten_expanded/init.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/shorten_expanded') diff --git a/plugins/shorten_expanded/init.php b/plugins/shorten_expanded/init.php index f816a838d..9673f581b 100644 --- a/plugins/shorten_expanded/init.php +++ b/plugins/shorten_expanded/init.php @@ -3,7 +3,7 @@ class Shorten_Expanded extends Plugin { private $host; function about() { - return array(1.0, + return array(null, "Shorten overly long articles in CDM/expanded", "fox"); } -- cgit v1.2.3