r57260 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r57259‎ | r57260 | r57261 >
Date:22:36, 1 October 2009
Author:aaron
Status:ok
Tags:
Comment:
Added comment
Modified paths:
  • /trunk/extensions/FlaggedRevs/FlaggedRevs.class.php (modified) (history)

Diff [purge]

Index: trunk/extensions/FlaggedRevs/FlaggedRevs.class.php
@@ -1203,6 +1203,10 @@
12041204 * $auto is here for revisions checked off to be reviewed. Auto-review
12051205 * triggers on edit, but we don't want it to count as just automatic.
12061206 * This also makes it so the user's name shows up in the page history.
 1207+ *
 1208+ * If $flags is given, then they will be the review tags. If not, the one
 1209+ * from the stable version will be used or minimal tags if that's not possible.
 1210+ * If no appropriate tags can be found, then the review will abort.
12071211 */
12081212 public static function autoReviewEdit( $article, $user, $text, $rev, $flags=null, $auto=true ) {
12091213 global $wgMemc;

Status & tagging log