Fix documentation for $wgRightsText
authorAryeh Gregor <ayg@aryeh.name>
Tue, 31 Jul 2018 13:16:22 +0000 (16:16 +0300)
committerAryeh Gregor <ayg@aryeh.name>
Tue, 31 Jul 2018 13:16:22 +0000 (16:16 +0300)
Change-Id: I6e7b8501241276b91172df7f13dfc7a1227b23a5

includes/DefaultSettings.php

index 03dbfb9..27769f9 100644 (file)
@@ -7206,7 +7206,7 @@ $wgRightsUrl = null;
 
 /**
  * If either $wgRightsUrl or $wgRightsPage is specified then this variable gives the text for the
- * link.
+ * link. Otherwise, it will be treated as raw HTML.
  * If using $wgRightsUrl then this value must be specified. If using $wgRightsPage then the name
  * of the page will also be used as the link if this variable is not set.
  */