r98333 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r98332‎ | r98333 | r98334 >
Date:17:09, 28 September 2011
Author:aaron
Status:deferred
Tags:
Comment:
Add comments to identify config var section
Modified paths:
  • /trunk/extensions/ConfirmAccount/ConfirmAccount.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ConfirmAccount/ConfirmAccount.php
@@ -38,6 +38,8 @@
3939 exit( 1 ) ;
4040 }
4141
 42+# Configuration
 43+
4244 # Set the person's bio as their userpage?
4345 $wgMakeUserPageFromBio = true;
4446 # Text to add to bio pages if the above option is on
@@ -140,6 +142,8 @@
141143 # This is cached, but still can be expensive on sites with thousands of requests.
142144 $wgConfirmAccountNotice = true;
143145
 146+# End Configuration
 147+
144148 $wgResourceModules['ext.confirmAccount'] = array(
145149 'styles' => 'confirmaccount.css',
146150 'localBasePath' => dirname( __FILE__ ) . '/presentation/modules',

Status & tagging log