diff options
Diffstat (limited to 'inc/parserutils.php')
-rw-r--r-- | inc/parserutils.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/inc/parserutils.php b/inc/parserutils.php index 93c2b3604..f2fe0ea48 100644 --- a/inc/parserutils.php +++ b/inc/parserutils.php @@ -59,7 +59,8 @@ function p_wiki_xhtml($id, $rev='', $excuse=true){ * * @param string wiki page id * @param reference populated with page title from heading or page id - * @author Andreas Gohr <hfuecks@gmail.com> + * @deprecated + * @author Harry Fuecks <hfuecks@gmail.com> */ function p_wiki_xhtml_summary($id, &$title, $rev='', $excuse=true){ $file = wikiFN($id,$rev); |