Index: trunk/extensions/PageTriage/PageTriage.hooks.php |
— | — | @@ -3,7 +3,8 @@ |
4 | 4 | class PageTriageHooks { |
5 | 5 | |
6 | 6 | /** |
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 |
8 | 9 | * |
9 | 10 | * @see http://www.mediawiki.org/wiki/Manual:Hooks/SpecialMovepageAfterMove |
10 | 11 | * @param $movePage: MovePageForm object |
— | — | @@ -34,6 +35,7 @@ |
35 | 36 | |
36 | 37 | /** |
37 | 38 | * 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 |
38 | 40 | * |
39 | 41 | * @see http://www.mediawiki.org/wiki/Manual:Hooks/NewRevisionFromEditComplete |
40 | 42 | * @param $article: the WikiPage edited |