summaryrefslogtreecommitdiff
path: root/inc/plugin.php
diff options
context:
space:
mode:
authorMichael Hamann <michael@content-space.de>2013-01-19 17:06:34 +0100
committerMichael Hamann <michael@content-space.de>2013-01-19 17:06:34 +0100
commit804f11b20e4a4f72cc45900e46f074fbd39b4649 (patch)
tree2fcc6f0df1bf687e84a5616d6b7580b0983dcaa6 /inc/plugin.php
parente6c4a8221e93692572a1e78b9319a94b5ba07a0c (diff)
downloadrpg-804f11b20e4a4f72cc45900e46f074fbd39b4649.tar.gz
rpg-804f11b20e4a4f72cc45900e46f074fbd39b4649.tar.bz2
Correct PHPDoc comment of DokuWiki_Plugin::locale_xhtml()
Diffstat (limited to 'inc/plugin.php')
-rw-r--r--inc/plugin.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/plugin.php b/inc/plugin.php
index e4bba989d..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));