summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-05 11:58:29 +0300
committerAndrew Dolgov <[email protected]>2021-03-05 11:58:29 +0300
commitfad526407a4e42f5c3a786b1ac9de08b2827f401 (patch)
treeaeb59048ef5c3c562f14f3b062e40211aa9d5385
parentf1e47f5f3283466b3e48b8da305e1d43f73118b5 (diff)
show git version
-rw-r--r--init.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.php b/init.php
index d69fde0..9b8a951 100644
--- a/init.php
+++ b/init.php
@@ -3,7 +3,7 @@ class HighlightJS extends Plugin {
private $host;
function about() {
- return array(1.0,
+ return array(null,
"Hightlights code blocks in articles using HighlightJS",
"fox");
}