diff options
author | Kevin Chabowski <kevin@kch42.de> | 2012-02-04 00:09:06 +0100 |
---|---|---|
committer | Kevin Chabowski <kevin@kch42.de> | 2012-02-04 00:09:06 +0100 |
commit | 9e3453a5042f3f1c3087c12cf235f2e19129f8db (patch) | |
tree | fc2226ca3e5ea42f2d3e14c48d8078c534494070 /ratatoeskr/frontend.php | |
parent | 4e0297c5eefaa52115171ebd158634a945eb9048 (diff) | |
download | ratatoeskr-cms-9e3453a5042f3f1c3087c12cf235f2e19129f8db.tar.gz ratatoeskr-cms-9e3453a5042f3f1c3087c12cf235f2e19129f8db.tar.bz2 ratatoeskr-cms-9e3453a5042f3f1c3087c12cf235f2e19129f8db.zip |
Fixed docu.
Diffstat (limited to 'ratatoeskr/frontend.php')
-rw-r--r-- | ratatoeskr/frontend.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ratatoeskr/frontend.php b/ratatoeskr/frontend.php index 5613b3e..57ada3f 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 (array(sub-fields: <tag_transform_ste>)) * * languages (array: language name=>url) * * comments_allowed */ |