r108325 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r108324‎ | r108325 | r108326 >
Date:16:48, 7 January 2012
Author:ashley
Status:ok
Tags:
Comment:
Comments: remove $wgCommentsDirectory declaration, that variable isn't used anymore
Modified paths:
  • /trunk/extensions/Comments/Comment.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Comments/Comment.php
@@ -45,9 +45,7 @@
4646 'position' => 'top' // available since r85616
4747 );
4848
49 -// Configuration variables
50 -// Web-readable path to the directory where the extension files are located
51 -$wgCommentsDirectory = "$wgScriptPath/extensions/Comments";
 49+# Configuration variables
5250 // Path to an image which will be displayed instead of an avatar if social tools aren't installed.
5351 // Should be 50x50px
5452 $wgCommentsDefaultAvatar = 'http://www.shoutwiki.com/w/extensions/SocialProfile/avatars/default_ml.gif';

Status & tagging log