From 8f7344e0102ed8294b86567d02e88623c980b943 Mon Sep 17 00:00:00 2001 From: Raimond Spekking Date: Wed, 21 Jan 2009 08:02:30 +0000 Subject: [PATCH] Follow up r45698 and r45857: Add new options to $wgDefaultUserOptions --- includes/DefaultSettings.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 6a5a2da3e3..b21a61e868 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -2383,6 +2383,8 @@ $wgDefaultUserOptions = array( 'rclimit' => 50, 'wllimit' => 250, 'hideminor' => 0, + 'hidepatrolled' => 0, + 'newpageshidepatrolled' => 0, 'highlightbroken' => 1, 'stubthreshold' => 0, 'previewontop' => 1, @@ -2422,6 +2424,7 @@ $wgDefaultUserOptions = array( 'watchlisthideown' => 0, 'watchlisthideanons' => 0, 'watchlisthideliu' => 0, + 'watchlisthidepatrolled' => 0, 'watchcreations' => 0, 'watchdefault' => 0, 'watchmoves' => 0, -- 2.20.1