We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b605d26 commit 3f6ed4aCopy full SHA for 3f6ed4a
syntax.php
@@ -34,10 +34,10 @@ function getInfo(){
34
return array(
35
'author' => 'Michael Klier',
36
'email' => '[email protected]',
37
- 'date' => '2008-03-21',
+ 'date' => @file_get_contents(DOKU_PLUGIN.'backlinks/VERSION'),
38
'name' => 'Backlinks',
39
'desc' => 'Displays backlinks to a given page.',
40
- 'url' => 'http://www.chimeric.de/projects/dokuwiki/plugin/backlinks'
+ 'url' => 'http://dokuwiki.org/plugin:backlinks2'
41
);
42
}
43
0 commit comments