From 771ccc0cfd18812f3910c3e00624c36fda6dcd65 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Fri, 15 Nov 2013 16:06:48 -0800 Subject: [PATCH] Don't even mention $wgTitle Change-Id: Icdef53a498505945d03fb60fe53251b3bea2bee0 --- includes/Skin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1