diff options
author | Zach Copley <zach@controlyourself.ca> | 2009-06-12 17:05:31 -0700 |
---|---|---|
committer | Zach Copley <zach@controlyourself.ca> | 2009-06-12 17:05:31 -0700 |
commit | 79fa050125971625229a586f1ffed1a0ea504510 (patch) | |
tree | 3dae81bbd94beeaade93c689b78d2594a002ac42 | |
parent | fc6154fe4dc093780d610f97c0d9213bb26060fe (diff) |
Remove useless method
-rw-r--r-- | actions/tag.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/actions/tag.php b/actions/tag.php index f5ca06f05..d0ad797eb 100644 --- a/actions/tag.php +++ b/actions/tag.php @@ -76,11 +76,6 @@ class TagAction extends Action sprintf(_('Feed for tag %s'), $this->tag))); } - function showPageNotice() - { - return sprintf(_('Messages tagged "%s", most recent first'), $this->tag); - } - function showContent() { $notice = Notice_tag::getStream($this->tag, (($this->page-1)*NOTICES_PER_PAGE), NOTICES_PER_PAGE + 1); |