summaryrefslogtreecommitdiff
path: root/actions/tag.php
diff options
context:
space:
mode:
authorZach Copley <zach@controlyourself.ca>2009-06-12 17:05:31 -0700
committerZach Copley <zach@controlyourself.ca>2009-06-12 17:05:31 -0700
commit79fa050125971625229a586f1ffed1a0ea504510 (patch)
tree3dae81bbd94beeaade93c689b78d2594a002ac42 /actions/tag.php
parentfc6154fe4dc093780d610f97c0d9213bb26060fe (diff)
Remove useless method
Diffstat (limited to 'actions/tag.php')
-rw-r--r--actions/tag.php5
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);