diff options
author | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2010-10-20 00:35:39 +0200 |
---|---|---|
committer | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2010-10-20 00:35:39 +0200 |
commit | 4b4894b121bdf62dca067cb72ad4f8e29a2963b5 (patch) | |
tree | 5d3ca25595ba36da9583ea393c28cd480fc879bd /actions/showstream.php | |
parent | d358c88f94a0acff779eb59fc35acbd81787008c (diff) |
Many i18n/L10n updates and lots of descriptions for translators added.
Diffstat (limited to 'actions/showstream.php')
-rw-r--r-- | actions/showstream.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/actions/showstream.php b/actions/showstream.php index be61a7ce0..fb5b061fb 100644 --- a/actions/showstream.php +++ b/actions/showstream.php @@ -54,7 +54,6 @@ require_once INSTALLDIR.'/lib/feedlist.php'; * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 * @link http://status.net/ */ - class ShowstreamAction extends ProfileAction { function isReadOnly($args) @@ -84,7 +83,6 @@ class ShowstreamAction extends ProfileAction function handle($args) { - // Looks like we're good; start output // For YADIS discovery, we also have a <meta> tag @@ -186,7 +184,6 @@ class ShowstreamAction extends ProfileAction $this->element('link', array('rel' => 'EditURI', 'type' => 'application/rsd+xml', 'href' => $rsd)); - } function showProfile() |