Skip to content
Snippets Groups Projects
Commit 804f11b2 authored by Michael Hamann's avatar Michael Hamann
Browse files

Correct PHPDoc comment of DokuWiki_Plugin::locale_xhtml()

parent e6c4a822
No related branches found
No related tags found
No related merge requests found
......@@ -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));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment