diff options
author | Christopher Smith <chris@jalakai.co.uk> | 2014-03-02 19:22:07 +0000 |
---|---|---|
committer | Christopher Smith <chris@jalakai.co.uk> | 2014-03-02 19:22:07 +0000 |
commit | 85312e0a1accea20df49579b509eb88ba5643384 (patch) | |
tree | 08c6c8d4b56758ac298d366e5b2c3a19f7eb598e /inc/pluginutils.php | |
parent | ff388af35a3aed43d96bc31ae6b553f8a37050e0 (diff) | |
parent | 74160ca1dea24b237ff3e956d19a420a1593b957 (diff) | |
download | rpg-85312e0a1accea20df49579b509eb88ba5643384.tar.gz rpg-85312e0a1accea20df49579b509eb88ba5643384.tar.bz2 |
Merge pull request #557 from splitbrain/cachetimeattr
Add _time attribute to cache object and minor PHPDocs improvements
Diffstat (limited to 'inc/pluginutils.php')
-rw-r--r-- | inc/pluginutils.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/pluginutils.php b/inc/pluginutils.php index 894bbefb6..911c4e5c0 100644 --- a/inc/pluginutils.php +++ b/inc/pluginutils.php @@ -37,7 +37,7 @@ function plugin_list($type='',$all=false) { * @param $name string name of the plugin to load * @param $new bool true to return a new instance of the plugin, false to use an already loaded instance * @param $disabled bool true to load even disabled plugins - * @return DokuWiki_Plugin|DokuWiki_Syntax_Plugin|null the plugin object or null on failure + * @return DokuWiki_Plugin|null the plugin object or null on failure */ function plugin_load($type,$name,$new=false,$disabled=false) { /** @var $plugin_controller Doku_Plugin_Controller */ |