From 938828cc3d5e4fb31202ebcb06aef4db2fe36a05 Mon Sep 17 00:00:00 2001 From: Carlos Barberis Date: Tue, 11 Jan 2011 22:19:33 +0000 Subject: [PATCH] MINOR: reverted show in menus true by default --- code/BlogEntry.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/BlogEntry.php b/code/BlogEntry.php index 2c4a822..5aace46 100644 --- a/code/BlogEntry.php +++ b/code/BlogEntry.php @@ -31,7 +31,7 @@ class BlogEntry extends Page { static $defaults = array( "ProvideComments" => true, - 'ShowInMenus' => true + 'ShowInMenus' => false ); static $extensions = array(