r114939 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r114938‎ | r114939 | r114940 >
Date:18:28, 17 April 2012
Author:bsitu
Status:deferred
Tags:
Comment:
Add more documentation
Modified paths:
  • /trunk/extensions/PageTriage/PageTriage.hooks.php (modified) (history)

Diff [purge]

Index: trunk/extensions/PageTriage/PageTriage.hooks.php
@@ -3,7 +3,8 @@
44 class PageTriageHooks {
55
66 /**
7 - * Mark a page as unreviewed after moving the page if the new title is in main namespace
 7+ * Mark a page as unreviewed after moving the page if the new title is in main namespace
 8+ * Note: Page will be automatically marked as triaged for users with autopatrol right
89 *
910 * @see http://www.mediawiki.org/wiki/Manual:Hooks/SpecialMovepageAfterMove
1011 * @param $movePage: MovePageForm object
@@ -34,6 +35,7 @@
3536
3637 /**
3738 * Check if a page is created from a redirect page, then insert into it PageTriage Queue
 39+ * Note: Page will be automatically marked as triaged for users with autopatrol right
3840 *
3941 * @see http://www.mediawiki.org/wiki/Manual:Hooks/NewRevisionFromEditComplete
4042 * @param $article: the WikiPage edited

Status & tagging log