]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
phpcs noticebyurl.php
authorEvan Prodromou <evan@status.net>
Wed, 29 Dec 2010 22:22:41 +0000 (14:22 -0800)
committerEvan Prodromou <evan@status.net>
Wed, 29 Dec 2010 22:22:41 +0000 (14:22 -0800)
plugins/Bookmark/noticebyurl.php

index 9fc480b62d36b916f95c3b62a56443a44c3172c1..226c7a32bf0ff7d25cd038d174736f2a4bd6d189 100644 (file)
@@ -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);