From: umherirrender Date: Sun, 3 Aug 2014 19:29:54 +0000 (+0200) Subject: Set relevant title on Special:RecentChangesLinked X-Git-Tag: 1.31.0-rc.0~14418^2 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/journal.php?a=commitdiff_plain;h=ad855f9ae0ca41d9549b4f32b485d42cb5624ae1;p=lhc%2Fweb%2Fwiklou.git Set relevant title on Special:RecentChangesLinked This adds title related tabs like watch on the special page Same as on Special:MovePage Change-Id: I0e8ef723b44069945d4e39566225ec77b2f85e10 --- diff --git a/includes/specials/SpecialRecentchangeslinked.php b/includes/specials/SpecialRecentchangeslinked.php index c000a8dc15..3ad9f0f4f5 100644 --- a/includes/specials/SpecialRecentchangeslinked.php +++ b/includes/specials/SpecialRecentchangeslinked.php @@ -224,6 +224,7 @@ class SpecialRecentChangesLinked extends SpecialRecentChanges { $target = $this->getTargetTitle(); if ( $target ) { $this->getOutput()->addBacklinkSubtitle( $target ); + $this->getSkin()->setRelevantTitle( $target ); } }