diff options
author | Kevin Chabowski <kevin@kch42.de> | 2012-01-29 14:54:11 +0100 |
---|---|---|
committer | Kevin Chabowski <kevin@kch42.de> | 2012-01-29 14:54:11 +0100 |
commit | c51eaea0d750bc53e737bea426c154024d882b22 (patch) | |
tree | d255fa64cab6d6aa0d5cc415766cff395be7afe9 /ratatoeskr | |
parent | 3a56e70e888ce9420c72add656726dc623a45894 (diff) | |
download | ratatoeskr-cms-c51eaea0d750bc53e737bea426c154024d882b22.tar.gz ratatoeskr-cms-c51eaea0d750bc53e737bea426c154024d882b22.tar.bz2 ratatoeskr-cms-c51eaea0d750bc53e737bea426c154024d882b22.zip |
Fixed docu.
Diffstat (limited to 'ratatoeskr')
-rw-r--r-- | ratatoeskr/frontend.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ratatoeskr/frontend.php b/ratatoeskr/frontend.php index 0425099..8aca311 100644 --- a/ratatoeskr/frontend.php +++ b/ratatoeskr/frontend.php @@ -82,7 +82,8 @@ function tag_transform_ste($tag, $lang) * * custom (array: name=>value) * * status (numeric) * * section (sub-fields: <section_transform_ste>) - * * timestamp, tags (array(sub-fields: <tag_transform_ste>)) + * * timestamp + * * tags (sub-fields: <tag_transform_ste>) * * languages (array: language name=>url) * * comments_allowed */ @@ -396,8 +397,6 @@ $ste->register_tag("article_comments", function($ste, $params, $sub) * You might also want to define this: * * * <input type="submit" name="preview_comment" /> - For a preview of the comment. - * - * If the parameter default is not empty, the tag's content will be thrown away. * * Returns: * The finished HTML form. |