summaryrefslogtreecommitdiff
path: root/inc/plugin.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/plugin.php')
-rw-r--r--inc/plugin.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/inc/plugin.php b/inc/plugin.php
index b0518346d..153e89407 100644
--- a/inc/plugin.php
+++ b/inc/plugin.php
@@ -81,8 +81,8 @@ class DokuWiki_Plugin {
* retrieve a language dependent file and pass to xhtml renderer for display
* plugin equivalent of p_locale_xhtml()
*
- * @param $id id of language dependent wiki page
- * @return string parsed contents of the wiki page in xhtml format
+ * @param string $id id of language dependent wiki page
+ * @return string parsed contents of the wiki page in xhtml format
*/
function locale_xhtml($id) {
return p_cached_output($this->localFN($id));
@@ -184,8 +184,8 @@ class DokuWiki_Plugin {
*
* @author Esther Brunner <wikidesign@gmail.com>
*
- * @param $name name of plugin to load
- * @param $msg message to display in case the plugin is not available
+ * @param string $name name of plugin to load
+ * @param bool $msg if a message should be displayed in case the plugin is not available
*
* @return object helper plugin object
*/