Merge "Title: Fix isRawHtmlMessage() for messages with underscores"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Fri, 31 Aug 2018 17:39:51 +0000 (17:39 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Fri, 31 Aug 2018 17:39:51 +0000 (17:39 +0000)
1  2 
includes/DefaultSettings.php

@@@ -6348,6 -6348,8 +6348,6 @@@ $wgDeprecationReleaseLimit = false
   * Profiler configuration.
   *
   * To use a profiler, set $wgProfiler in LocalSetings.php.
 - * For backwards-compatibility, it is also allowed to set the variable from
 - * a separate file called StartProfiler.php, which MediaWiki will include.
   *
   * Example:
   *
@@@ -8848,6 -8850,8 +8848,8 @@@ $wgCSPReportOnlyHeader = false
   * Extensions should add their messages here. The list is used for access control:
   * changing messages listed here will require editsitecss and editsitejs rights.
   *
+  * Message names must be given with underscores rather than spaces and with lowercase first letter.
+  *
   * @since 1.32
   * @var string[]
   */