diff options
author | Anika Henke <anika@selfthinker.org> | 2013-02-18 01:08:40 +0000 |
---|---|---|
committer | Anika Henke <anika@selfthinker.org> | 2013-02-18 01:08:40 +0000 |
commit | c33b315b06b3a52a61cb1ecc2b3beadd4ecd0311 (patch) | |
tree | 3852a81d98ff6795c53a454d266ae9def63f11e2 /inc/plugin.php | |
parent | eda319e6664ad3c786312ffee7ce7cfbfa4eda1c (diff) | |
download | rpg-c33b315b06b3a52a61cb1ecc2b3beadd4ecd0311.tar.gz rpg-c33b315b06b3a52a61cb1ecc2b3beadd4ecd0311.tar.bz2 |
removed a bunch of functions which were deprecated in 2005/2006
Diffstat (limited to 'inc/plugin.php')
-rw-r--r-- | inc/plugin.php | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/inc/plugin.php b/inc/plugin.php index cd6bd5ac7..4d3d45f62 100644 --- a/inc/plugin.php +++ b/inc/plugin.php @@ -258,11 +258,4 @@ class DokuWiki_Plugin { function isSingleton() { return true; } - - // deprecated functions - function plugin_localFN($id) { return $this->localFN($id); } - function plugin_locale_xhtml($id) { return $this->locale_xhtml($id); } - function plugin_email($e, $n='', $c='', $m='') { return $this->email($e, $n, $c, $m); } - function plugin_link($l, $t='', $c='', $to='', $m='') { return $this->external_link($l, $t, $c, $to, $m); } - function plugin_render($t, $f='xhtml') { return $this->render($t, $f); } } |