Skip to content

Commit 3f6ed4a

Browse files
author
Michael Klier
committed
updated info in syntax.php
1 parent b605d26 commit 3f6ed4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

syntax.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ function getInfo(){
3434
return array(
3535
'author' => 'Michael Klier',
3636
'email' => '[email protected]',
37-
'date' => '2008-03-21',
37+
'date' => @file_get_contents(DOKU_PLUGIN.'backlinks/VERSION'),
3838
'name' => 'Backlinks',
3939
'desc' => 'Displays backlinks to a given page.',
40-
'url' => 'http://www.chimeric.de/projects/dokuwiki/plugin/backlinks'
40+
'url' => 'http://dokuwiki.org/plugin:backlinks2'
4141
);
4242
}
4343

0 commit comments

Comments
 (0)