summaryrefslogtreecommitdiff
path: root/actions/tag.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-06-14 11:27:48 -0700
committerEvan Prodromou <evan@controlyourself.ca>2009-06-14 11:27:48 -0700
commit7f76c36f24bd51fd4f204f363d5ddf35e9ea9950 (patch)
tree4879f89f393e1a71d721cdaff8bcd7e45d3721c2 /actions/tag.php
parente0bdaa787ddf5102417ec35a4996e68cfc8981f2 (diff)
parent77c94c44a622052366dcc03fee522232672d71d9 (diff)
Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into 0.8.x
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);