]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Remove useless method
authorZach Copley <zach@controlyourself.ca>
Sat, 13 Jun 2009 00:05:31 +0000 (17:05 -0700)
committerZach Copley <zach@controlyourself.ca>
Sat, 13 Jun 2009 00:05:31 +0000 (17:05 -0700)
actions/tag.php

index f5ca06f0555669df257712765c57652456f42cec..d0ad797ebce74a836799105fb5fec3ce29a1f299 100644 (file)
@@ -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);