MINOR: reverted show in menus true by default

This commit is contained in:
Carlos Barberis 2011-01-11 22:18:26 +00:00
parent c4dde4bccd
commit 40a52b8cfd
1 changed files with 1 additions and 1 deletions

View File

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