From f3999ab92d59eadf740e7d54379f07c088760323 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 29 Dec 2010 14:22:41 -0800 Subject: [PATCH] phpcs noticebyurl.php --- plugins/Bookmark/noticebyurl.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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); -- 2.39.5