diff options
author | Andreas Gohr <andi@splitbrain.org> | 2006-05-28 15:35:52 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2006-05-28 15:35:52 +0200 |
commit | 8716966d3ce0882e5a02fae07bcdeb2c3f698eeb (patch) | |
tree | 3404e8e581d7fcbd9416c490fc3a1e2bb5b43b4a /inc/parserutils.php | |
parent | 8d975344733b7ae67df7b86295348b661bbe0385 (diff) | |
download | rpg-8716966d3ce0882e5a02fae07bcdeb2c3f698eeb.tar.gz rpg-8716966d3ce0882e5a02fae07bcdeb2c3f698eeb.tar.bz2 |
Use meta data in RSS feed
darcs-hash:20060528133552-7ad00-8281720582dbc448534f35cc978e9c8175b54f0d.gz
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); |