MINOR: reverted show in menus true by default

This commit is contained in:
Carlos Barberis 2011-01-11 22:19:33 +00:00
parent 658ca91eeb
commit 938828cc3d
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ class BlogEntry extends Page {
static $defaults = array(
"ProvideComments" => true,
'ShowInMenus' => true
'ShowInMenus' => false
);
static $extensions = array(