diff options
author | Robin Millette <millette@controlyourself.ca> | 2009-01-22 05:11:19 +0000 |
---|---|---|
committer | Robin Millette <millette@plantard.controlezvous.ca> | 2009-01-22 05:11:19 +0000 |
commit | 02cbcc1b0f57ee1683d2a0d6073c8659cad89488 (patch) | |
tree | b4901a0b40d8fff837b9e24ea1aa2b6eff790f4a /actions/publicrss.php | |
parent | f06c5f78733790aa5888510bd97b198a4278e826 (diff) |
uiredesign + phpdocs
Diffstat (limited to 'actions/publicrss.php')
-rw-r--r-- | actions/publicrss.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/actions/publicrss.php b/actions/publicrss.php index b98c27205..844c334be 100644 --- a/actions/publicrss.php +++ b/actions/publicrss.php @@ -36,6 +36,8 @@ if (!defined('LACONICA')) { require_once INSTALLDIR.'/lib/rssaction.php'; /** + * RSS feed for public timeline. + * * Formatting of RSS handled by Rss10Action * * @category Action |