summaryrefslogtreecommitdiff
path: root/actions/tag.php
diff options
context:
space:
mode:
authorJeffery To <jeffery.to@gmail.com>2009-06-14 15:45:58 +0800
committerJeffery To <jeffery.to@gmail.com>2009-06-14 15:45:58 +0800
commitbb3361467c002e38aa3a424672f332b32a647e17 (patch)
tree233e008fe7ea0962b7a2d26e3f485f4a3e76ec69 /actions/tag.php
parent53f31a247e4355318e8a997451930a1b1772099c (diff)
parent77c94c44a622052366dcc03fee522232672d71d9 (diff)
Merge branch '0.8.x' into small-fixes
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);