From: Chad Horohoe Date: Sat, 16 Nov 2013 00:06:48 +0000 (-0800) Subject: Don't even mention $wgTitle X-Git-Tag: 1.31.0-rc.0~18110 X-Git-Url: http://git.cyclocoop.org/%28%5B%5E/404?a=commitdiff_plain;h=771ccc0cfd18812f3910c3e00624c36fda6dcd65;p=lhc%2Fweb%2Fwiklou.git Don't even mention $wgTitle Change-Id: Icdef53a498505945d03fb60fe53251b3bea2bee0 --- diff --git a/includes/Skin.php b/includes/Skin.php index 170e96fc19..a71bafcf97 100644 --- a/includes/Skin.php +++ b/includes/Skin.php @@ -1559,7 +1559,7 @@ abstract class Skin extends ContextSource { * editSectionLinkForOther(). * * @param $nt Title The title being linked to (may not be the same as - * $wgTitle, if the section is included from a template) + * the current page, if the section is included from a template) * @param string $section The designation of the section being pointed to, * to be included in the link, like "§ion=$section" * @param string $tooltip The tooltip to use for the link: will be escaped