From: Evan Prodromou Date: Wed, 29 Dec 2010 22:22:41 +0000 (-0800) Subject: phpcs noticebyurl.php X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f3999ab92d59eadf740e7d54379f07c088760323;p=quix0rs-gnu-social.git phpcs noticebyurl.php --- diff --git a/plugins/Bookmark/noticebyurl.php b/plugins/Bookmark/noticebyurl.php index 9fc480b62d..226c7a32bf 100644 --- a/plugins/Bookmark/noticebyurl.php +++ b/plugins/Bookmark/noticebyurl.php @@ -80,6 +80,12 @@ class NoticebyurlAction extends Action return true; } + /** + * Title of the page + * + * @return string page title + */ + function title() { if ($this->page == 1) { @@ -104,6 +110,14 @@ class NoticebyurlAction extends Action $this->showPage(); } + /** + * Show main page content. + * + * Shows a list of the notices that link to the given URL + * + * @return void + */ + function showContent() { $nl = new NoticeList($this->notices, $this);