From ca32f08966f1b51fcb19460f0996bb0c4048e6fe Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Sat, 3 Dec 2011 13:29:22 +0100 Subject: Update to MediaWiki 1.18.0 * also update ArchLinux skin to chagnes in MonoBook * Use only css to hide our menu bar when printing --- includes/WatchedItem.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'includes/WatchedItem.php') diff --git a/includes/WatchedItem.php b/includes/WatchedItem.php index dd6e247b..031b2b48 100644 --- a/includes/WatchedItem.php +++ b/includes/WatchedItem.php @@ -133,6 +133,11 @@ class WatchedItem { /** * Handle duplicate entries. Backend for duplicateEntries(). + * + * @param $ot Title + * @param $nt Title + * + * @return bool */ private static function doDuplicateEntries( $ot, $nt ) { $oldnamespace = $ot->getNamespace(); -- cgit v1.2.2