https://www.mediawiki.org/wiki/Special:Code/MediaWiki/112562
Revision: 112562
Author: saper
Date: 2012-02-28 01:57:39 +0000 (Tue, 28 Feb 2012)
Log Message:
-----------
Restore "checkuser-log-return" ("Return to CheckUser main form") link to the CU
log
This was accidentally removed in r100506
Modified Paths:
--------------
trunk/extensions/CheckUser/SpecialCheckUserLog.php
Modified: trunk/extensions/CheckUser/SpecialCheckUserLog.php
===================================================================
--- trunk/extensions/CheckUser/SpecialCheckUserLog.php 2012-02-28 01:56:15 UTC
(rev 112561)
+++ trunk/extensions/CheckUser/SpecialCheckUserLog.php 2012-02-28 01:57:39 UTC
(rev 112562)
@@ -60,6 +60,10 @@
}
}
}
+
+ $out->addHTML( $this->getSkin()->makeKnownLinkObj(
+ Title::makeTitle( NS_SPECIAL, 'CheckUser' ),
+ wfMsgHtml( 'checkuser-log-return' ) ) );
$searchTypes = array( 'initiator', 'target' );
$select = "<select name=\"cuSearchType\"
style='margin-top:.2em;'>\n";
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs