X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Ftag.php;h=888aba0628cb39eef5236725a0aeca43bd00c236;hb=bd9824c8d563bbd2d9f9ed259341f0e2fc1ffdf1;hp=f5ca06f0555669df257712765c57652456f42cec;hpb=f4a1cd75ab6ee5cdc86491b5dc4f652fdd2ffa13;p=quix0rs-gnu-social.git diff --git a/actions/tag.php b/actions/tag.php index f5ca06f055..888aba0628 100644 --- a/actions/tag.php +++ b/actions/tag.php @@ -1,7 +1,7 @@ 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);