https://www.mediawiki.org/wiki/Special:Code/MediaWiki/112652

Revision: 112652
Author:   aaron
Date:     2012-02-28 22:51:25 +0000 (Tue, 28 Feb 2012)
Log Message:
-----------
Removed outdated hook function comment

Modified Paths:
--------------
    trunk/extensions/FlaggedRevs/backend/FlaggedRevs.hooks.php

Modified: trunk/extensions/FlaggedRevs/backend/FlaggedRevs.hooks.php
===================================================================
--- trunk/extensions/FlaggedRevs/backend/FlaggedRevs.hooks.php  2012-02-28 
22:51:01 UTC (rev 112651)
+++ trunk/extensions/FlaggedRevs/backend/FlaggedRevs.hooks.php  2012-02-28 
22:51:25 UTC (rev 112652)
@@ -588,11 +588,7 @@
        }
 
        /**
-        * When an edit is made to a page:
-        * (a) If the page is reviewable, silently mark the edit patrolled if 
it was auto-reviewed
-        * (b) If the page can be patrolled, auto-patrol the edit patrolled as 
normal
-        * (c) If the page is new and $wgUseNPPatrol is on, auto-patrol the 
edit patrolled as normal
-        * (d) If the edit is neither reviewable nor patrolleable, silently 
mark it patrolled
+        * Mark auto-reviewed edits as patrolled
         */
        public static function autoMarkPatrolled( RecentChange &$rc ) {
                if ( empty( $rc->mAttribs['rc_this_oldid'] ) ) {


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to