diff options
author | lupo49 <post@lupo49.de> | 2011-09-11 19:02:50 +0200 |
---|---|---|
committer | lupo49 <post@lupo49.de> | 2011-09-11 19:02:50 +0200 |
commit | ded84e755a312cf3c82cd910d35b371b64bec5be (patch) | |
tree | 2d3bd07085d8ba68c9d487cc90dae8132bdd5824 /lib/plugins/revert | |
parent | e2b5ad84f88d0bd1fe510fa74673cc7557c6e630 (diff) | |
parent | 8bfdbb5efd72c2e708d005a977444400c7affcfa (diff) | |
download | rpg-ded84e755a312cf3c82cd910d35b371b64bec5be.tar.gz rpg-ded84e755a312cf3c82cd910d35b371b64bec5be.tar.bz2 |
Merge branch 'master' of github.com:lupo49/dokuwiki
Diffstat (limited to 'lib/plugins/revert')
-rw-r--r-- | lib/plugins/revert/admin.php | 14 | ||||
-rw-r--r-- | lib/plugins/revert/plugin.info.txt | 6 |
2 files changed, 6 insertions, 14 deletions
diff --git a/lib/plugins/revert/admin.php b/lib/plugins/revert/admin.php index e188e2488..2aaf1395f 100644 --- a/lib/plugins/revert/admin.php +++ b/lib/plugins/revert/admin.php @@ -21,20 +21,6 @@ class admin_plugin_revert extends DokuWiki_Admin_Plugin { } /** - * return some info - */ - function getInfo(){ - return array( - 'author' => 'Andreas Gohr', - 'email' => 'andi@splitbrain.org', - 'date' => '2008-12-10', - 'name' => 'Revert Manager', - 'desc' => 'Allows you to mass revert recent edits', - 'url' => 'http://dokuwiki.org/plugin:revert', - ); - } - - /** * access for managers */ function forAdminOnly(){ diff --git a/lib/plugins/revert/plugin.info.txt b/lib/plugins/revert/plugin.info.txt new file mode 100644 index 000000000..5bb6f3413 --- /dev/null +++ b/lib/plugins/revert/plugin.info.txt @@ -0,0 +1,6 @@ +author Andreas Gohr +email andi@splitbrain.org +date 2008-12-10 +name Revert Manager +desc Allows you to mass revert recent edits +url http://dokuwiki.org/plugin:revert |