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

Revision: 108351
Author:   johnduhart
Date:     2012-01-08 06:59:41 +0000 (Sun, 08 Jan 2012)
Log Message:
-----------
Followup r108350, remove remaining configuration option

You'd think after an hour of reverting something, you'd catch everything. Nope, 
not even the most obvious.

Modified Paths:
--------------
    trunk/extensions/CodeReview/CodeReview.php

Modified: trunk/extensions/CodeReview/CodeReview.php
===================================================================
--- trunk/extensions/CodeReview/CodeReview.php  2012-01-08 06:55:19 UTC (rev 
108350)
+++ trunk/extensions/CodeReview/CodeReview.php  2012-01-08 06:59:41 UTC (rev 
108351)
@@ -199,13 +199,6 @@
 $wgCodeReviewImgRegex = '/\.(png|jpg|jpeg|gif)$/i';
 
 /**
- * Whether to enable the experimental inline commenting feature. This
- * let you add comments inside the diff output. The feature is highly
- * experimental and has bugs so the default is false.
- */
-$wgCodeReviewInlineComments = false;
-
-/**
  * Maximum size of diff text before it is omitted from the revision view
  */
 $wgCodeReviewMaxDiffSize = 500000;


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

Reply via email to